From e353aac51b944de9cfce5c6cee6b5c28eddbbd77 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Tue, 27 Dec 2016 14:59:26 +0000 Subject: hw/arm/virt: add 2.9 machine type Signed-off-by: Peter Maydell Reviewed-by: Andrew Jones --- include/hw/compat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/hw/compat.h') diff --git a/include/hw/compat.h b/include/hw/compat.h index 8dfc7a3..4fe44d1 100644 --- a/include/hw/compat.h +++ b/include/hw/compat.h @@ -1,6 +1,9 @@ #ifndef HW_COMPAT_H #define HW_COMPAT_H +#define HW_COMPAT_2_8 \ + /* empty */ + #define HW_COMPAT_2_7 \ {\ .driver = "virtio-pci",\ -- cgit v1.1