From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from eggs.gnu.org ([2001:4830:134:3::10]:52801)
by lists.gnu.org with esmtp (Exim 4.71)
(envelope-from
) id 1ZlyRN-0003pJ-Rr
for qemu-devel@nongnu.org; Tue, 13 Oct 2015 08:12:31 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
(envelope-from ) id 1ZlyRK-0003ne-AK
for qemu-devel@nongnu.org; Tue, 13 Oct 2015 08:12:25 -0400
Received: from mailout2.w1.samsung.com ([210.118.77.12]:57929)
by eggs.gnu.org with esmtp (Exim 4.71)
(envelope-from ) id 1ZlyRK-0003mF-4l
for qemu-devel@nongnu.org; Tue, 13 Oct 2015 08:12:22 -0400
Received: from eucpsbgm1.samsung.com (unknown [203.254.199.244])
by mailout2.w1.samsung.com
(Oracle Communications Messaging Server 7.0.5.31.0 64bit (built May 5
2014)) with ESMTP id <0NW50053LR8J1E80@mailout2.w1.samsung.com> for
qemu-devel@nongnu.org; Tue, 13 Oct 2015 13:12:19 +0100 (BST)
From: Pavel Fedin
Date: Tue, 13 Oct 2015 15:11:59 +0300
Message-id:
Subject: [Qemu-devel] [PATCH 0/3] Make KVM/MSI code device-ID-aware
List-Id:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini , "Michael S. Tsirkin"
This small series is actually an extraction from vITS support RFC
(https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg07074.html).
Nobody reviewed it so far, however some bits of it could actually be
applied early. This series consists only of those parts, which do not
depend on any new unreleased kernel APIs.
Pavel Fedin (3):
kvm: Make KVM_CAP_SIGNAL_MSI globally available
hw/pci: Introduce msi_device_id()
kvm: Pass PCI device pointer to MSI routing functions
hw/i386/kvm/pci-assign.c | 9 +++++----
hw/pci/msi.c | 2 +-
hw/vfio/pci.c | 11 ++++++-----
hw/virtio/virtio-pci.c | 5 +++--
include/hw/pci/msi.h | 5 +++++
include/sysemu/kvm.h | 14 ++++++++++++--
kvm-all.c | 15 ++++++++-------
kvm-stub.c | 5 +++--
8 files changed, 43 insertions(+), 23 deletions(-)
--
2.4.4