summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@redhat.com>2015-07-22 14:56:01 -0600
committerAlex Williamson <alex.williamson@redhat.com>2015-07-22 14:56:01 -0600
commit759b484c5d7f92bd01f98797c07e8543ee187888 (patch)
treecec62b0aa71634a4d60f788d3ded5dff392ab515 /hw
parent69970fcef937bddd7f745efe39501c7716fdfe56 (diff)
downloadqemu-759b484c5d7f92bd01f98797c07e8543ee187888.tar.gz
vfio/pci: Fix bootindex
bootindex was incorrectly changed to a device Property during the platform code split, resulting in it no longer working. Remove it. Signed-off-by: Alex Williamson <alex.williamson@redhat.com> Cc: qemu-stable@nongnu.org # v2.3+
Diffstat (limited to 'hw')
-rw-r--r--hw/vfio/pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c
index 0af762a287..4023d8e823 100644
--- a/hw/vfio/pci.c
+++ b/hw/vfio/pci.c
@@ -3749,7 +3749,6 @@ static Property vfio_pci_dev_properties[] = {
VFIO_FEATURE_ENABLE_VGA_BIT, false),
DEFINE_PROP_BIT("x-req", VFIOPCIDevice, features,
VFIO_FEATURE_ENABLE_REQ_BIT, true),
- DEFINE_PROP_INT32("bootindex", VFIOPCIDevice, bootindex, -1),
DEFINE_PROP_BOOL("x-mmap", VFIOPCIDevice, vbasedev.allow_mmap, true),
/*
* TODO - support passed fds... is this necessary?