From: Pavel Fedin <p.fedin@samsung.com>
To: qemu-devel@nongnu.org
Cc: Diana Craciun <diana.craciun@freescale.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Shlomo Pongratz <shlomopongratz@gmail.com>,
Shlomo Pongratz <shlomo.pongratz@huawei.com>,
Peter Maydell <peter.maydell@linaro.org>
Subject: [Qemu-devel] [RFC PATCH 0/6] vITS support
Date: Mon, 28 Sep 2015 16:42:54 +0300 [thread overview]
Message-ID: <cover.1443447409.git.p.fedin@samsung.com> (raw)
This series introduces support for in-kernel GICv3 ITS emulation.
It is based on kernel API which is not released yet, therefore i post it
as an RFC. However, if respective maintainers think this is appropriate,
infrastructure-related parts of this set (patch N1 and parts of patch N4)
can be applied right now, in order to simplify future addition.
Kernel patches which implement this functionality are:
- [PATCH v2 00/15] KVM: arm64: GICv3 ITS emulation
http://www.spinics.net/lists/arm-kernel/msg430724.html
- [PATCH v3 0/7] KVM: arm/arm64: gsi routing support
http://www.spinics.net/lists/kvm/msg119567.html
Pavel Fedin (6):
kvm: Make KVM_CAP_SIGNAL_MSI globally available
hw/intc: Implement ITS base class
Add vGICv3 ITS definitions
kvm: Implement passing device ID to MSI routing functions
kvm_arm: Implement support for ITS emulation by KVM
arm/virt: Add ITS to the virt board
hw/arm/virt.c | 47 ++++++++++++++---
hw/i386/kvm/pci-assign.c | 9 ++--
hw/intc/Makefile.objs | 2 +
hw/intc/arm_gicv3_its_common.c | 96 ++++++++++++++++++++++++++++++++++
hw/intc/arm_gicv3_its_kvm.c | 88 +++++++++++++++++++++++++++++++
hw/vfio/pci.c | 11 ++--
hw/virtio/virtio-pci.c | 5 +-
include/hw/intc/arm_gicv3_its_common.h | 63 ++++++++++++++++++++++
include/sysemu/kvm.h | 15 +++++-
kvm-all.c | 27 ++++++----
kvm-stub.c | 5 +-
linux-headers/asm-arm64/kvm.h | 1 +
linux-headers/linux/kvm.h | 9 +++-
target-arm/kvm_arm.h | 10 ++++
target-arm/machine.c | 16 ++++++
15 files changed, 372 insertions(+), 32 deletions(-)
create mode 100644 hw/intc/arm_gicv3_its_common.c
create mode 100644 hw/intc/arm_gicv3_its_kvm.c
create mode 100644 include/hw/intc/arm_gicv3_its_common.h
--
2.4.4
next reply other threads:[~2015-09-28 13:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-28 13:42 Pavel Fedin [this message]
2015-09-28 13:42 ` [Qemu-devel] [RFC PATCH 1/6] kvm: Make KVM_CAP_SIGNAL_MSI globally available Pavel Fedin
2015-09-28 13:42 ` [Qemu-devel] [RFC PATCH 2/6] hw/intc: Implement ITS base class Pavel Fedin
2015-09-28 13:42 ` [Qemu-devel] [RFC PATCH 3/6] Add vGICv3 ITS definitions Pavel Fedin
2015-09-28 13:42 ` [Qemu-devel] [RFC PATCH 4/6] kvm: Implement passing device ID to MSI routing functions Pavel Fedin
2015-09-28 13:42 ` [Qemu-devel] [RFC PATCH 5/6] kvm_arm: Implement support for ITS emulation by KVM Pavel Fedin
2015-09-28 13:43 ` [Qemu-devel] [RFC PATCH 6/6] arm/virt: Add ITS to the virt board Pavel Fedin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1443447409.git.p.fedin@samsung.com \
--to=p.fedin@samsung.com \
--cc=diana.craciun@freescale.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=shlomo.pongratz@huawei.com \
--cc=shlomopongratz@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.