public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] qemu-kvm: Cleanup and switch to upstream - Part III
@ 2011-05-20 17:12 Jan Kiszka
  2011-05-20 17:12 ` [PATCH 01/10] qemu-kvm: Remove obsolete inclusions Jan Kiszka
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: Jan Kiszka @ 2011-05-20 17:12 UTC (permalink / raw)
  To: Avi Kivity, Marcelo Tosatti; +Cc: kvm, Alexander Graf

This is a rather short round as the next and final one cannot be split
up very well.

We start with three code cleanup patches, then work towards using
upstream kvm_cpu_exec, and finally rework the core's PIO access
management used for device assignment.

Please review/merge.

CC: Alexander Graf <agraf@suse.de>

Jan Kiszka (10):
  qemu-kvm: Remove obsolete inclusions
  qemu-kvm: Remove remaining s390 fragments
  qemu-kvm: ppc: Drop diff to upstream
  qemu-kvm: Refactor vm exit in kvm_run
  qemu-kvm: Use thread_kicked instead of KVMCPUState::signalled
  qemu-kvm: Activate iothread version of qemu_cpu_kick_self
  qemu-kvm: Refactor exit_request processing in kvm_run
  qemu-kvm: Use upstream kvm_arch_process_async_events
  qemu-kvm: Use upstream kvm_cpu_exec
  qemu-kvm: Rework ioport access management

 cpu-defs.h             |    1 -
 cpu-exec.c             |    2 -
 cpus.c                 |    6 +
 exec.c                 |    1 -
 gdbstub.c              |    1 -
 hw/acpi.c              |    3 -
 hw/device-assignment.c |   20 +--
 hw/ppc440.c            |    1 -
 hw/ppc440_bamboo.c     |    1 -
 hw/ppce500_mpc8544ds.c |    1 -
 hw/virtio-balloon.c    |    1 -
 kvm-all.c              |    3 -
 qemu-kvm-x86.c         |  158 +--------------------
 qemu-kvm.c             |  359 ++++++++++++-----------------------------------
 qemu-kvm.h             |   77 +----------
 target-i386/helper.c   |    1 -
 target-i386/kvm.c      |    4 -
 target-ppc/cpu.h       |   10 +--
 target-ppc/fake-exec.c |  104 --------------
 target-ppc/helper.c    |    1 -
 target-ppc/machine.c   |    1 -
 21 files changed, 121 insertions(+), 635 deletions(-)
 delete mode 100644 target-ppc/fake-exec.c


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

end of thread, other threads:[~2011-05-26  8:29 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-20 17:12 [PATCH 00/10] qemu-kvm: Cleanup and switch to upstream - Part III Jan Kiszka
2011-05-20 17:12 ` [PATCH 01/10] qemu-kvm: Remove obsolete inclusions Jan Kiszka
2011-05-20 17:12 ` [PATCH 02/10] qemu-kvm: Remove remaining s390 fragments Jan Kiszka
2011-05-20 17:12 ` [PATCH 03/10] qemu-kvm: ppc: Drop diff to upstream Jan Kiszka
2011-05-20 17:12 ` [PATCH 04/10] qemu-kvm: Refactor vm exit in kvm_run Jan Kiszka
2011-05-20 17:12 ` [PATCH 05/10] qemu-kvm: Use thread_kicked instead of KVMCPUState::signalled Jan Kiszka
2011-05-20 17:12 ` [PATCH 06/10] qemu-kvm: Activate iothread version of qemu_cpu_kick_self Jan Kiszka
2011-05-20 17:12 ` [PATCH 07/10] qemu-kvm: Refactor exit_request processing in kvm_run Jan Kiszka
2011-05-20 17:12 ` [PATCH 08/10] qemu-kvm: Use upstream kvm_arch_process_async_events Jan Kiszka
2011-05-20 17:12 ` [PATCH 09/10] qemu-kvm: Use upstream kvm_cpu_exec Jan Kiszka
2011-05-20 17:17   ` Christoph Hellwig
2011-05-22 10:55     ` Jan Kiszka
2011-05-20 17:12 ` [PATCH 10/10] qemu-kvm: Rework ioport access management Jan Kiszka
2011-05-20 17:14 ` [PATCH 00/10] qemu-kvm: Cleanup and switch to upstream - Part III Alexander Graf
2011-05-20 17:16   ` Jan Kiszka
2011-05-26  8:29 ` Avi Kivity

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