public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Avi Kivity <avi@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
Cc: kvm@vger.kernel.org, Alexander Graf <agraf@suse.de>
Subject: [PATCH 00/10] qemu-kvm: Cleanup and switch to upstream - Part III
Date: Fri, 20 May 2011 19:12:30 +0200	[thread overview]
Message-ID: <cover.1305911554.git.jan.kiszka@siemens.com> (raw)

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


             reply	other threads:[~2011-05-20 17:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-20 17:12 Jan Kiszka [this message]
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

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.1305911554.git.jan.kiszka@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=agraf@suse.de \
    --cc=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.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