diff options
Diffstat (limited to 'include/hw/compat.h')
-rw-r--r-- | include/hw/compat.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/hw/compat.h b/include/hw/compat.h index b7e0e9f191..fc8c3e0600 100644 --- a/include/hw/compat.h +++ b/include/hw/compat.h @@ -19,6 +19,22 @@ .property = "shpc",\ .value = "on",\ },{\ + .driver = TYPE_PCI_DEVICE,\ + .property = "x-pcie-extcap-init",\ + .value = "off",\ + },{\ + .driver = "virtio-pci",\ + .property = "x-pcie-deverr-init",\ + .value = "off",\ + },{\ + .driver = "virtio-pci",\ + .property = "x-pcie-lnkctl-init",\ + .value = "off",\ + },{\ + .driver = "virtio-pci",\ + .property = "x-pcie-pm-init",\ + .value = "off",\ + },{\ .driver = "cirrus-vga",\ .property = "vgamem_mb",\ .value = "8",\ |