From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37485) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZILpW-0004SK-5J for qemu-devel@nongnu.org; Thu, 23 Jul 2015 15:06:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZILpQ-00057f-MC for qemu-devel@nongnu.org; Thu, 23 Jul 2015 15:06:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZILpQ-00057M-Hp for qemu-devel@nongnu.org; Thu, 23 Jul 2015 15:06:48 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 48E9CAB2 for ; Thu, 23 Jul 2015 19:06:48 +0000 (UTC) From: Alex Williamson Date: Thu, 23 Jul 2015 13:06:47 -0600 Message-ID: <20150723190640.28669.50698.stgit@gimli.home> In-Reply-To: <20150723190414.28669.75130.stgit@gimli.home> References: <20150723190414.28669.75130.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL 2/2] vfio/pci: Fix bootindex List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: alex.williamson@redhat.com 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+ --- hw/vfio/pci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index 0af762a..4023d8e 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?