qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/8] uq/master: MSI support for in-kernel irqchip mode
@ 2012-05-16 18:41 Jan Kiszka
  2012-05-16 18:41 ` [Qemu-devel] [PATCH v4 1/8] kvm: Refactor KVMState::max_gsi to gsi_count Jan Kiszka
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jan Kiszka @ 2012-05-16 18:41 UTC (permalink / raw)
  To: Avi Kivity, Marcelo Tosatti; +Cc: qemu-devel, kvm, Michael S. Tsirkin

Only minor change in v4:
 - fixed bisectability issue caused by "pc: Enable MSI support at APIC
   level"
 - renamed kvm_get_pseudo_gsi to kvm_irqchip_get_virq
 - introduce kvm_irqchip_release_virq directly (to avoid renaming in a
   later series)

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-05-16 18:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-16 18:41 [Qemu-devel] [PATCH v4 0/8] uq/master: MSI support for in-kernel irqchip mode Jan Kiszka
2012-05-16 18:41 ` [Qemu-devel] [PATCH v4 1/8] kvm: Refactor KVMState::max_gsi to gsi_count Jan Kiszka
2012-05-16 18:41 ` [Qemu-devel] [PATCH v4 2/8] Introduce MSIMessage structure Jan Kiszka
2012-05-16 18:41 ` [Qemu-devel] [PATCH v4 3/8] kvm: Introduce basic MSI support for in-kernel irqchips Jan Kiszka
2012-05-16 18:41 ` [Qemu-devel] [PATCH v4 4/8] pc: Enable MSI support at APIC level Jan Kiszka
2012-05-16 18:41 ` [Qemu-devel] [PATCH v4 5/8] kvm: x86: Wire up MSI support for in-kernel irqchip Jan Kiszka
2012-05-16 18:41 ` [Qemu-devel] [PATCH v4 6/8] kvm: Update kernel headers Jan Kiszka
2012-05-16 18:41 ` [Qemu-devel] [PATCH v4 7/8] kvm: Add support for direct MSI injections Jan Kiszka
2012-05-16 18:41 ` [Qemu-devel] [PATCH v4 8/8] kvm: Enable in-kernel irqchip support by default Jan Kiszka

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).