From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1fMw-00071l-SJ for qemu-devel@nongnu.org; Mon, 30 Jun 2014 13:28:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1fMs-0000X1-1e for qemu-devel@nongnu.org; Mon, 30 Jun 2014 13:27:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1fMr-0000Wh-PV for qemu-devel@nongnu.org; Mon, 30 Jun 2014 13:27:49 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5UHRlAd023125 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 30 Jun 2014 13:27:48 -0400 From: Alex Williamson Date: Mon, 30 Jun 2014 11:27:46 -0600 Message-ID: <20140630172611.24172.93339.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 fixes for QEMU 2.1 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 8954000b9ef88db809d23ce58a3221eacdf3b773: Merge remote-tracking branch 'remotes/bonzini/nbd-next' into staging (2014-06-30 16:13:32 +0100) are available in the git repository at: git://github.com/awilliam/qemu-vfio.git tags/vfio-pci-for-qemu-20140630.0 for you to fetch changes up to ba29776fd8160a5c1c1892af5e237fc37aec3cf7: vfio: use correct runstate (2014-06-30 09:56:08 -0600) ---------------------------------------------------------------- VFIO patches: MSI-X masking performance fix, Endian fixes, fix runstate on device error ---------------------------------------------------------------- Alex Williamson (2): vfio-pci: Fix MSI/X debug code vfio-pci: Fix MSI-X masking performance Alexey Kardashevskiy (1): vfio: Make BARs native endian Paolo Bonzini (1): vfio: use correct runstate hw/misc/vfio.c | 280 +++++++++++++++++++++++++++++++++------------------------ 1 file changed, 165 insertions(+), 115 deletions(-)