From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9cSa-0005JO-R3 for qemu-devel@nongnu.org; Fri, 09 Jan 2015 11:30:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y9cSV-0001z5-JB for qemu-devel@nongnu.org; Fri, 09 Jan 2015 11:30:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47193) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9cSV-0001yq-BB for qemu-devel@nongnu.org; Fri, 09 Jan 2015 11:30:47 -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 t09GUjek023693 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 9 Jan 2015 11:30:46 -0500 From: Alex Williamson Date: Fri, 09 Jan 2015 09:30:44 -0700 Message-ID: <20150109162948.23623.92260.stgit@bling.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PULL 0/2] vfio-pci fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: alex.williamson@redhat.com The following changes since commit 59a0419856c9ed24e9ecd033db092b2e8f81a728: hw/ppc/mac_newworld: simplify usb controller creation logic (2015-01-08 17:32:27 +0000) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-update-20150109.0 for you to fetch changes up to b3e27c3aee8f5a96debfe0346e9c0e3a641a8516: vfio-pci: Fix interrupt disabling (2015-01-09 08:50:53 -0700) ---------------------------------------------------------------- VFIO fixes: - Fix 32bit overflow in handling large PCI BARs (Alex Williamson) - Fix interrupt shutdown ordering (Alex Williamson) ---------------------------------------------------------------- Alex Williamson (2): vfio-pci: Fix BAR size overflow vfio-pci: Fix interrupt disabling hw/vfio/pci.c | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-)