From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzsIo-0006R4-6n for qemu-devel@nongnu.org; Wed, 25 Jun 2014 14:52:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzsIf-0002Wr-VU for qemu-devel@nongnu.org; Wed, 25 Jun 2014 14:52:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzsIf-0002Wb-Mg for qemu-devel@nongnu.org; Wed, 25 Jun 2014 14:52:05 -0400 From: Alex Williamson Date: Wed, 25 Jun 2014 12:52:02 -0600 Message-ID: <20140625184845.22072.97349.stgit@gimli.home> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/2] vfio-pci: MSI-X fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kvm@vger.kernel.org One debug-only and one pretty significant performance fix for older guests. I'd like to do a pull request for these prior to the 2.1 hard freeze, let me know if there are any objections. Thanks, Alex --- Alex Williamson (2): vfio-pci: Fix MSI-X masking performance vfio-pci: Fix MSI/X debug code hw/misc/vfio.c | 237 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 133 insertions(+), 104 deletions(-)