public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] msix/kvm integration cleanups
@ 2010-09-20 15:06 Avi Kivity
  2010-09-20 15:06 ` [PATCH 1/9] msix: avoid leaking kvm data on init failure Avi Kivity
                   ` (9 more replies)
  0 siblings, 10 replies; 19+ messages in thread
From: Avi Kivity @ 2010-09-20 15:06 UTC (permalink / raw)
  To: Marcelo Tosatti, kvm, Michael S. Tsirkin

This cleans up msix/kvm integration a bit.  The really important patch is the
last one, which allows msix.o to be part of non-target-specific build.

Avi Kivity (9):
  msix: avoid leaking kvm data on init failure
  msix: make kvm specific initialization a function
  msix: move kvm specific msix notify into a function
  msix: move definitions from msix.c to msix.h
  Add missing #include to hw/irq.h
  msix: move kvm support functions to kvm-all.c and kvm-stub.c
  msix: Move kvm_enabled() guards to kvm-all.c functions
  Protect qemu-kvm.h declarations with NEED_CPU_H
  Move msix.o build back to Makefile.objs

 Makefile.objs   |    4 +-
 Makefile.target |    4 -
 hw/irq.h        |    2 +
 hw/msix.c       |  173 ++++---------------------------------------------------
 hw/msix.h       |   26 ++++++++
 kvm-all.c       |  142 +++++++++++++++++++++++++++++++++++++++++++++
 kvm-stub.c      |   29 +++++++++
 kvm.h           |   16 +++++
 qemu-kvm.h      |   21 ++++++-
 9 files changed, 247 insertions(+), 170 deletions(-)

-- 
1.7.2.3


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

end of thread, other threads:[~2010-10-06  9:50 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-20 15:06 [PATCH 0/9] msix/kvm integration cleanups Avi Kivity
2010-09-20 15:06 ` [PATCH 1/9] msix: avoid leaking kvm data on init failure Avi Kivity
2010-09-20 15:06 ` [PATCH 2/9] msix: make kvm specific initialization a function Avi Kivity
2010-09-20 15:06 ` [PATCH 3/9] msix: move kvm specific msix notify into " Avi Kivity
2010-09-20 15:06 ` [PATCH 4/9] msix: move definitions from msix.c to msix.h Avi Kivity
2010-09-20 16:56   ` Michael S. Tsirkin
2010-09-21 16:03     ` Avi Kivity
2010-09-20 15:06 ` [PATCH 5/9] Add missing #include to hw/irq.h Avi Kivity
2010-09-20 15:06 ` [PATCH 6/9] msix: move kvm support functions to kvm-all.c and kvm-stub.c Avi Kivity
2010-09-20 15:06 ` [PATCH 7/9] msix: Move kvm_enabled() guards to kvm-all.c functions Avi Kivity
2010-09-20 15:06 ` [PATCH 8/9] Protect qemu-kvm.h declarations with NEED_CPU_H Avi Kivity
2010-09-20 17:05   ` Michael S. Tsirkin
2010-09-21 16:03     ` Avi Kivity
2010-09-20 15:06 ` [PATCH 9/9] Move msix.o build back to Makefile.objs Avi Kivity
2010-09-20 17:02 ` [PATCH 0/9] msix/kvm integration cleanups Michael S. Tsirkin
2010-09-21 16:05   ` Avi Kivity
2010-09-21 16:14     ` Michael S. Tsirkin
2010-10-06  9:39     ` Michael S. Tsirkin
2010-10-06  9:50       ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox