]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio/pci: Fix bootindex
authorAlex Williamson <alex.williamson@redhat.com>
Wed, 22 Jul 2015 20:56:01 +0000 (14:56 -0600)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 30 Jul 2015 03:12:30 +0000 (22:12 -0500)
commit98fe91ed66f09001a596009625210fb0d9324c50
tree0577e19b6c06b80ec2642f5bb7e95671b5e3b586
parent46addaa0b52539790ab4254d37e3367a5b77853f
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+
(cherry picked from commit 759b484c5d7f92bd01f98797c07e8543ee187888)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/vfio/pci.c