aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-12-27 14:59:26 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-12-27 14:59:26 +0000
commite353aac51b944de9cfce5c6cee6b5c28eddbbd77 (patch)
tree1b3b5f4b65d1742b5d77825ef3432e8a7e443aa4 /include
parent0bfa02595aa2b887d1e7f56600a5aec7067c71b0 (diff)
downloadqemu-e353aac51b944de9cfce5c6cee6b5c28eddbbd77.zip
qemu-e353aac51b944de9cfce5c6cee6b5c28eddbbd77.tar.gz
qemu-e353aac51b944de9cfce5c6cee6b5c28eddbbd77.tar.bz2
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')
-rw-r--r--include/hw/compat.h3
1 files changed, 3 insertions, 0 deletions
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",\