kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] qemu-kvm: pci-assign: Host IRQ sharing suppport
@ 2012-03-08 10:10 Jan Kiszka
  2012-03-08 10:10 ` [PATCH v4 1/4] kvm: Update kernel headers against kvm.git Jan Kiszka
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Jan Kiszka @ 2012-03-08 10:10 UTC (permalink / raw)
  To: Avi Kivity, Marcelo Tosatti; +Cc: kvm, Alex Williamson, Michael S. Tsirkin

This enables support for the host IRQ sharing support via PCI-2.3
interrupt masking. See the patches for details.

Patch 1 & 3 could be considered for uq/master although we have no use
case for the changes in upstream yet.

Changes in v4:
 - add patch for kvm_has_intx_set_mask
 - do not issue unsupported IOCTLs when the host kernel does not support
   INTx mask control

Jan Kiszka (4):
  kvm: Update kernel headers against kvm.git
  kvm: Introduce kvm_has_intx_set_mask
  pci-assign: Use PCI-2.3-based shared legacy interrupts
  pci_assign: Flip defaults of prefer_msi and share_intx

 hw/device-assignment.c       |   27 ++++++++++++++++++++++++++-
 hw/device-assignment.h       |   10 ++++++----
 kvm-all.c                    |    8 ++++++++
 kvm.h                        |    1 +
 linux-headers/asm-s390/kvm.h |    2 ++
 linux-headers/linux/kvm.h    |    6 ++++++
 qemu-kvm.c                   |    9 +++++++++
 qemu-kvm.h                   |    2 ++
 8 files changed, 60 insertions(+), 5 deletions(-)

-- 
1.7.3.4


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

end of thread, other threads:[~2012-04-05  9:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08 10:10 [PATCH v4 0/4] qemu-kvm: pci-assign: Host IRQ sharing suppport Jan Kiszka
2012-03-08 10:10 ` [PATCH v4 1/4] kvm: Update kernel headers against kvm.git Jan Kiszka
2012-04-05  9:44   ` Michael S. Tsirkin
2012-03-08 10:10 ` [PATCH v4 2/4] kvm: Introduce kvm_has_intx_set_mask Jan Kiszka
2012-04-05  9:44   ` Michael S. Tsirkin
2012-03-08 10:10 ` [PATCH v4 3/4] pci-assign: Use PCI-2.3-based shared legacy interrupts Jan Kiszka
2012-03-08 17:00   ` Alex Williamson
2012-03-08 17:08     ` Jan Kiszka
2012-03-08 18:04       ` [PATCH v5 " Jan Kiszka
2012-04-05  9:44   ` [PATCH v4 " Michael S. Tsirkin
2012-03-08 10:10 ` [PATCH v4 4/4] pci_assign: Flip defaults of prefer_msi and share_intx Jan Kiszka
2012-04-05  9:46   ` Michael S. Tsirkin
2012-03-09 22:38 ` [PATCH v4 0/4] qemu-kvm: pci-assign: Host IRQ sharing suppport Alex Williamson
2012-03-09 22:49 ` Marcelo Tosatti

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