diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-12-27 14:59:26 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-12-27 14:59:26 +0000 |
commit | e353aac51b944de9cfce5c6cee6b5c28eddbbd77 (patch) | |
tree | 1b3b5f4b65d1742b5d77825ef3432e8a7e443aa4 /include/hw | |
parent | 0bfa02595aa2b887d1e7f56600a5aec7067c71b0 (diff) |
hw/arm/virt: add 2.9 machine type
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/compat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/compat.h b/include/hw/compat.h index 8dfc7a38c0..4fe44d1c7a 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",\ |