From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33000 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PauBL-0003zX-U4 for qemu-devel@nongnu.org; Thu, 06 Jan 2011 13:03:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PauBE-0006f1-3D for qemu-devel@nongnu.org; Thu, 06 Jan 2011 13:03:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:32694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PauBD-0006dz-SK for qemu-devel@nongnu.org; Thu, 06 Jan 2011 13:03:20 -0500 From: Marcelo Tosatti Date: Thu, 6 Jan 2011 15:56:06 -0200 Message-Id: Subject: [Qemu-devel] [PATCH 00/35] [PULL] qemu-kvm.git uq/master queue List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org The following changes since commit 23979dc5411befabe9049e37075b2b6320debc4e: microblaze: Use more TB chaining (2011-01-05 02:23:09 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master Jan Kiszka (27): kvm: x86: Fix DPL write back of segment registers kvm: x86: Remove obsolete SS.RPL/DPL aligment kvm: x86: Prevent sign extension of DR7 in guest debugging mode kvm: x86: Fix a few coding style violations kvm: Fix coding style violations kvm: Drop return value of kvm_cpu_exec kvm: Stop on all fatal exit reasons kvm: Improve reporting of fatal errors x86: Optionally dump code bytes on cpu_dump_state kvm: x86: Align kvm_arch_put_registers code with comment kvm: x86: Prepare kvm_get_mp_state for in-kernel irqchip kvm: x86: Remove redundant mp_state initialization kvm: x86: Fix xcr0 reset mismerge kvm: x86: Refactor msr_star/hsave_pa setup and checks kvm: x86: Reset paravirtual MSRs Synchronize VCPU states before reset kvm: x86: Drop MCE MSRs write back restrictions kvm: Eliminate KVMState arguments kvm: x86: Fix !CONFIG_KVM_PARA build kvm: x86: Introduce kvmclock device to save/restore its state kvm: Drop smp_cpus argument from init functions kvm: Consolidate must-have capability checks kvm: x86: Rework identity map and TSS setup for larger BIOS sizes kvm: Flush coalesced mmio buffer on IO window exits kvm: Do not use qemu_fair_mutex kvm: x86: Implicitly clear nmi_injected/pending on reset kvm: x86: Only read/write MSR_KVM_ASYNC_PF_EN if supported Jin Dongming (6): Clean up cpu_inject_x86_mce() Add "broadcast" option for mce command Add function for checking mca broadcast of CPU kvm: introduce kvm_mce_in_progress kvm: kvm_mce_inj_* subroutines for templated error injections kvm: introduce kvm_inject_x86_mce_on Lai Jiangshan (2): kvm: Enable user space NMI injection for kvm guest kvm: convert kvm_ioctl(KVM_CHECK_EXTENSION) to kvm_check_extension() configure | 36 ++- cpu-all.h | 5 +- cpu-defs.h | 2 - cpus.c | 2 - hmp-commands.hx | 6 +- kvm-all.c | 447 ++++++++++++------------- kvm-stub.c | 8 +- kvm.h | 29 +- monitor.c | 7 +- target-i386/cpu.h | 9 +- target-i386/cpuid.c | 14 +- target-i386/helper.c | 97 +++++- target-i386/kvm.c | 882 +++++++++++++++++++++++++++++-------------------- target-i386/kvm_x86.h | 8 +- target-ppc/kvm.c | 20 +- target-s390x/kvm.c | 12 +- vl.c | 3 +- 17 files changed, 929 insertions(+), 658 deletions(-)