From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIjB5-0003f0-Tz for qemu-devel@nongnu.org; Wed, 26 Feb 2014 13:26:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIjB1-0007aF-5G for qemu-devel@nongnu.org; Wed, 26 Feb 2014 13:25:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIjB0-0007a9-N7 for qemu-devel@nongnu.org; Wed, 26 Feb 2014 13:25:51 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1QIPo7a012819 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 26 Feb 2014 13:25:50 -0500 From: Alex Williamson Date: Wed, 26 Feb 2014 11:25:49 -0700 Message-ID: <20140226182246.8018.81349.stgit@bling.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL 0/4] vfio update and fix + pci-assign fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@redhat.com Cc: qemu-devel@nongnu.org The following changes since commit d5001cf787ad0514839a81d0f2e771e01e076e21: xilinx: Delete hw/include/xilinx.h (2014-02-26 14:54:45 +1000) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140226.0 for you to fetch changes up to 4b9430294ed406a00f045d825ada146aecf32309: vfio: blacklist loading of unstable roms (2014-02-26 10:33:45 -0700) ---------------------------------------------------------------- Updates include: - Coverify fixes for vfio & pci-assign (Markus) - VFIO blacklisting support for known brokwn PCI option ROMs (Bandan) ---------------------------------------------------------------- Bandan Das (2): qdev-monitor: set DeviceState opts before calling realize vfio: blacklist loading of unstable roms Markus Armbruster (2): vfio: Fix overrun after readlink() fills buffer completely pci-assign: Fix potential read beyond buffer on -EBUSY hw/i386/kvm/pci-assign.c | 1 + hw/misc/vfio.c | 79 ++++++++++++++++++++++++++++++++++++++++++++++-- qdev-monitor.c | 4 ++- 3 files changed, 80 insertions(+), 4 deletions(-)