From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [PATCH 00/12] [PULL] qemu-kvm.git uq/master queue Date: Wed, 12 May 2010 18:24:54 -0300 Message-ID: Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, Marcelo Tosatti To: Anthony Liguori Return-path: Received: from mx1.redhat.com ([209.132.183.28]:30724 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757939Ab0ELV1M (ORCPT ); Wed, 12 May 2010 17:27:12 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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(-)