From: Jan Kiszka <jan.kiszka@siemens.com>
To: Avi Kivity <avi@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
qemu-devel <qemu-devel@nongnu.org>,
kvm@vger.kernel.org, "Michael S. Tsirkin" <mst@redhat.com>
Subject: [Qemu-devel] [PATCH v3 0/8] uq/master: MSI support for in-kernel irqchip mode
Date: Thu, 10 May 2012 18:02:49 -0300 [thread overview]
Message-ID: <cover.1336683774.git.jan.kiszka@siemens.com> (raw)
Version 3 is mostly a rebase + the final consolidation over the direct
MSI inject mechanism that made it into kvm.git recently. I also
introduced an MSIMessage structure as it will be helpful for the
follow-up work on irqfd-driven MSI injection under KVM. And, finally,
this flips the default for kernel_irqchip to on.
CC: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Jan Kiszka (8):
kvm: Refactor KVMState::max_gsi to gsi_count
Introduce MSIMessage structure
kvm: Introduce basic MSI support for in-kernel irqchips
pc: Enable MSI support at APIC level
kvm: x86: Wire up MSI support for in-kernel irqchip
kvm: Update kernel headers
kvm: Add support for direct MSI injections
kvm: Enable in-kernel irqchip support by default
hw/apic.c | 3 +
hw/kvm/apic.c | 34 +++++++++-
hw/msi.h | 5 ++
hw/pc.c | 9 ---
hw/xen.h | 10 ---
hw/xen_apic.c | 5 ++
kvm-all.c | 165 +++++++++++++++++++++++++++++++++++++++++++--
kvm.h | 1 +
linux-headers/linux/kvm.h | 38 ++++++++++
qemu-common.h | 1 +
10 files changed, 244 insertions(+), 27 deletions(-)
--
1.7.3.4
next reply other threads:[~2012-05-10 21:03 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-10 21:02 Jan Kiszka [this message]
2012-05-10 21:02 ` [Qemu-devel] [PATCH v3 1/8] kvm: Refactor KVMState::max_gsi to gsi_count Jan Kiszka
2012-05-10 21:02 ` [Qemu-devel] [PATCH v3 2/8] Introduce MSIMessage structure Jan Kiszka
2012-05-10 21:02 ` [Qemu-devel] [PATCH v3 3/8] kvm: Introduce basic MSI support for in-kernel irqchips Jan Kiszka
2012-05-16 3:27 ` Marcelo Tosatti
2012-05-16 11:15 ` Jan Kiszka
2012-05-16 17:31 ` Marcelo Tosatti
2012-05-16 18:18 ` Jan Kiszka
2012-05-10 21:02 ` [Qemu-devel] [PATCH v3 4/8] pc: Enable MSI support at APIC level Jan Kiszka
2012-05-11 16:24 ` Stefano Stabellini
2012-05-11 18:33 ` Jan Kiszka
2012-05-10 21:02 ` [Qemu-devel] [PATCH v3 5/8] kvm: x86: Wire up MSI support for in-kernel irqchip Jan Kiszka
2012-05-10 21:02 ` [Qemu-devel] [PATCH v3 6/8] kvm: Update kernel headers Jan Kiszka
2012-05-10 21:02 ` [Qemu-devel] [PATCH v3 7/8] kvm: Add support for direct MSI injections Jan Kiszka
2012-05-10 21:02 ` [Qemu-devel] [PATCH v3 8/8] kvm: Enable in-kernel irqchip support by default Jan Kiszka
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.1336683774.git.jan.kiszka@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=avi@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mst@redhat.com \
--cc=mtosatti@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefano.stabellini@eu.citrix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).