From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGDfi-0001Ny-IM for qemu-devel@nongnu.org; Wed, 19 Feb 2014 15:23:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGDfc-0008Ca-FK for qemu-devel@nongnu.org; Wed, 19 Feb 2014 15:23:10 -0500 Received: from mx1.redhat.com ([209.132.183.28]:26049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGDfc-0008CV-70 for qemu-devel@nongnu.org; Wed, 19 Feb 2014 15:23:04 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1JKN3Kg029864 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 19 Feb 2014 15:23:03 -0500 From: Bandan Das Date: Wed, 19 Feb 2014 15:20:53 -0500 Message-Id: <1392841255-22741-1-git-send-email-bsd@redhat.com> Subject: [Qemu-devel] [PATCH 0/2 v2] vfio: blacklist loading of unstable roms List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alex Williamson , Michael Tsirkin v2: 1. Break up into two patches separating the infrastructural changes 2. Change vendor_id and device_id type to uint16_t 3. Rename struct for blacklisted devid and vendorid to more meaningful names 4. Remove unnecessary rom_quirk variable and just call vfio_blacklist_opt_rom() in vfio_pci_size_rom() Bandan Das (2): pci: change default value of rom_bar to 2 vfio: blacklist loading of unstable roms hw/misc/vfio.c | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ hw/pci/pci.c | 7 ++++++- 2 files changed, 64 insertions(+), 1 deletion(-) -- 1.8.3.1