All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] [PULL] qemu-kvm.git uq/master queue
@ 2010-05-12 21:24 ` Marcelo Tosatti
  0 siblings, 0 replies; 47+ messages in thread
From: Marcelo Tosatti @ 2010-05-12 21:24 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: qemu-devel, kvm, Marcelo Tosatti

The following changes since commit 54d7cf136f040713095cbc064f62d753bff6f9d2:
  Markus Armbruster (1):
        doc: Clean up monitor command function index

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master

Gleb Natapov (2):
      Do not stop VM if emulation failed in userspace.
      kvm: fix 80000001.EDX supported bit filtering

Jan Kiszka (2):
      kvm: synchronize state from cpu context
      kvm: validate context for kvm cpu get/put operations

Marcelo Tosatti (8):
      Fix -mem-path with hugetlbfs
      kvm: set cpu_single_env around KVM_RUN ioctl
      make SIG_IPI to tcg vcpu thread reliable
      standardize on qemu_cpu_kick for signalling cpu thread(s)
      port qemu-kvm's on_vcpu code
      add cpu_is_stopped helper
      move stop/stopped CPU_COMMON fields after area zeroed by reset
      kvm: enable smp > 1

 cpu-all.h          |    2 +
 cpu-defs.h         |    6 ++-
 cpu-exec.c         |    7 ++++
 cpus.c             |   88 ++++++++++++++++++++++++++++++++++++++++-----------
 exec-all.h         |    3 ++
 exec.c             |    8 +++-
 kvm-all.c          |   24 ++++++++++---
 kvm.h              |    4 ++
 qemu-common.h      |    8 +++++
 target-i386/kvm.c  |   29 ++++++++++++++++-
 target-ppc/kvm.c   |   10 ++++++
 target-s390x/kvm.c |   10 ++++++
 12 files changed, 169 insertions(+), 30 deletions(-)

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

end of thread, other threads:[~2010-05-20  8:37 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-12 21:24 [PATCH 00/12] [PULL] qemu-kvm.git uq/master queue Marcelo Tosatti
2010-05-12 21:24 ` [Qemu-devel] " Marcelo Tosatti
2010-05-12 21:24 ` [PATCH 01/12] Fix -mem-path with hugetlbfs Marcelo Tosatti
2010-05-12 21:24   ` [Qemu-devel] " Marcelo Tosatti
2010-05-12 21:24 ` [PATCH 02/12] kvm: set cpu_single_env around KVM_RUN ioctl Marcelo Tosatti
2010-05-12 21:24   ` [Qemu-devel] " Marcelo Tosatti
2010-05-12 21:24 ` [PATCH 03/12] make SIG_IPI to tcg vcpu thread reliable Marcelo Tosatti
2010-05-12 21:24   ` [Qemu-devel] " Marcelo Tosatti
2010-05-12 21:24 ` [PATCH 04/12] standardize on qemu_cpu_kick for signalling cpu thread(s) Marcelo Tosatti
2010-05-12 21:24   ` [Qemu-devel] " Marcelo Tosatti
2010-05-12 21:24 ` [PATCH 05/12] port qemu-kvm's on_vcpu code Marcelo Tosatti
2010-05-12 21:24   ` [Qemu-devel] " Marcelo Tosatti
2010-05-12 21:25 ` [PATCH 06/12] kvm: synchronize state from cpu context Marcelo Tosatti
2010-05-12 21:25   ` [Qemu-devel] " Marcelo Tosatti
2010-05-12 21:25 ` [PATCH 07/12] add cpu_is_stopped helper Marcelo Tosatti
2010-05-12 21:25   ` [Qemu-devel] " Marcelo Tosatti
2010-05-12 21:25 ` [PATCH 08/12] move stop/stopped CPU_COMMON fields after area zeroed by reset Marcelo Tosatti
2010-05-12 21:25   ` [Qemu-devel] " Marcelo Tosatti
2010-05-12 21:25 ` [PATCH 09/12] kvm: validate context for kvm cpu get/put operations Marcelo Tosatti
2010-05-12 21:25   ` [Qemu-devel] " Marcelo Tosatti
2010-05-12 21:25 ` [PATCH 10/12] kvm: enable smp > 1 Marcelo Tosatti
2010-05-12 21:25   ` [Qemu-devel] " Marcelo Tosatti
2010-05-14 14:06   ` Alexander Graf
2010-05-14 14:06     ` [Qemu-devel] " Alexander Graf
2010-05-14 15:48     ` Avi Kivity
2010-05-14 15:48       ` [Qemu-devel] " Avi Kivity
2010-05-14 15:49       ` Alexander Graf
2010-05-14 15:49         ` [Qemu-devel] " Alexander Graf
2010-05-14 15:54         ` Jan Kiszka
2010-05-14 15:54           ` [Qemu-devel] " Jan Kiszka
2010-05-14 15:58           ` Alexander Graf
2010-05-14 15:58             ` [Qemu-devel] " Alexander Graf
2010-05-19  9:57           ` Udo Lembke
2010-05-19  9:57             ` [Qemu-devel] " Udo Lembke
2010-05-19 16:21             ` Avi Kivity
2010-05-19 16:21               ` [Qemu-devel] " Avi Kivity
2010-05-19 20:02               ` Udo Lembke
2010-05-19 20:02                 ` [Qemu-devel] " Udo Lembke
2010-05-20  6:12                 ` Avi Kivity
2010-05-20  6:12                   ` [Qemu-devel] " Avi Kivity
2010-05-20  7:01                   ` Udo Lembke
2010-05-20  7:01                     ` [Qemu-devel] " Udo Lembke
2010-05-12 21:25 ` [PATCH 11/12] Do not stop VM if emulation failed in userspace Marcelo Tosatti
2010-05-12 21:25   ` [Qemu-devel] " Marcelo Tosatti
2010-05-12 21:25 ` [PATCH 12/12] kvm: fix 80000001.EDX supported bit filtering Marcelo Tosatti
2010-05-12 21:25   ` [Qemu-devel] " Marcelo Tosatti
2010-05-17 18:10 ` [Qemu-devel] [PATCH 00/12] [PULL] qemu-kvm.git uq/master queue Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.