From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnoIJ-0004Bl-6C for qemu-devel@nongnu.org; Wed, 26 Dec 2012 05:33:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TnoIE-0000d3-7X for qemu-devel@nongnu.org; Wed, 26 Dec 2012 05:33:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:18447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnoIE-0000cx-06 for qemu-devel@nongnu.org; Wed, 26 Dec 2012 05:32:58 -0500 Date: Wed, 26 Dec 2012 12:36:09 +0200 From: "Michael S. Tsirkin" Message-ID: <20121226103608.GA18392@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] pci,virtio List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori Cc: knut.omang@oracle.com, mst@redhat.com Included here is v3 virtio typesafety change - no comments were made to v3 - I made my best to address all comment and got no response to v3 so I assume it's OK now. There are more optimizations in my tree but they are a bit more scary - I'll let them stay there as I'll be away for a week. The following changes since commit 27dd7730582be85c7d4f680f5f71146629809c86: Merge remote-tracking branch 'bonzini/header-dirs' into staging (2012-12-19 17:15:39 -0600) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_anthony for you to fetch changes up to 89d62be9f4fb538db7f919a2be7df2544ffc02c5: virtio-pci: don't poll masked vectors (2012-12-26 11:49:29 +0200) ---------------------------------------------------------------- pci,virtio This optimizes MSIX handling in virtio-pci. Also included is pci express capability bugfix. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Knut Omang (1): pcie: Fix bug in pcie_ext_cap_set_next Michael S. Tsirkin (4): virtio: make bindings typesafe msi: add API to get notified about pending bit poll msix: expose access to masked/pending state virtio-pci: don't poll masked vectors hw/pci/msix.c | 19 +++++++-- hw/pci/msix.h | 6 ++- hw/pci/pci.h | 4 ++ hw/pci/pcie.c | 2 +- hw/s390-virtio-bus.c | 24 ++++++++--- hw/vfio_pci.c | 2 +- hw/virtio-pci.c | 112 +++++++++++++++++++++++++++++++++++---------------- hw/virtio.c | 2 +- hw/virtio.h | 26 ++++++------ 9 files changed, 136 insertions(+), 61 deletions(-)