4 #define HW_COMPAT_2_4 \
6 .driver = "virtio-blk-device",\
11 .property = "extra_mac_registers",\
14 .driver = "virtio-pci",\
15 .property = "x-disable-pcie",\
18 .driver = "virtio-pci",\
19 .property = "migrate-extra",\
23 #define HW_COMPAT_2_3 \
25 .driver = "virtio-blk-pci",\
26 .property = "any_layout",\
29 .driver = "virtio-balloon-pci",\
30 .property = "any_layout",\
33 .driver = "virtio-serial-pci",\
34 .property = "any_layout",\
37 .driver = "virtio-9p-pci",\
38 .property = "any_layout",\
41 .driver = "virtio-rng-pci",\
42 .property = "any_layout",\
46 #define HW_COMPAT_2_2 \
49 #define HW_COMPAT_2_1 \
51 .driver = "intel-hda",\
52 .property = "old_msi_addr",\
56 .property = "qemu-extended-regs",\
59 .driver = "secondary-vga",\
60 .property = "qemu-extended-regs",\
63 .driver = "virtio-scsi-pci",\
64 .property = "any_layout",\
67 .driver = "usb-mouse",\
68 .property = "usb_version",\
69 .value = stringify(1),\
72 .property = "usb_version",\
73 .value = stringify(1),\
75 .driver = "virtio-pci",\
76 .property = "virtio-pci-bus-master-bug-migration",\
80 #endif /* HW_COMPAT_H */