]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/core/machine.c
hw: Add compat machines for 8.0
[mirror_qemu.git] / hw / core / machine.c
index 644b34cd24d080cb86fee327cc12724c79168011..f589b929095c62ea9533334ba06a5555016cba9e 100644 (file)
@@ -40,6 +40,9 @@
 #include "hw/virtio/virtio-pci.h"
 #include "qom/object_interfaces.h"
 
+GlobalProperty hw_compat_7_2[] = {};
+const size_t hw_compat_7_2_len = G_N_ELEMENTS(hw_compat_7_2);
+
 GlobalProperty hw_compat_7_1[] = {
     { "virtio-device", "queue_reset", "false" },
 };