From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKm7y-0006ag-Oz for qemu-devel@nongnu.org; Thu, 30 Jul 2015 07:36:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZKm7x-0002qJ-U6 for qemu-devel@nongnu.org; Thu, 30 Jul 2015 07:35:58 -0400 Received: from e33.co.us.ibm.com ([32.97.110.151]:41521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZKm7x-0002q7-Mv for qemu-devel@nongnu.org; Thu, 30 Jul 2015 07:35:57 -0400 Received: from /spool/local by e33.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 30 Jul 2015 05:35:57 -0600 From: Michael Roth Date: Thu, 30 Jul 2015 06:33:02 -0500 Message-Id: <1438255988-10418-48-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1438255988-10418-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1438255988-10418-1-git-send-email-mdroth@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 47/53] vfio/pci: Fix bootindex List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alex Williamson , qemu-stable@nongnu.org From: Alex Williamson 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 Cc: qemu-stable@nongnu.org # v2.3+ (cherry picked from commit 759b484c5d7f92bd01f98797c07e8543ee187888) Signed-off-by: Michael Roth --- hw/vfio/pci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index 73fd89e..beaa306 100644 --- a/hw/vfio/pci.c +++ b/hw/vfio/pci.c @@ -3556,7 +3556,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? -- 1.9.1