From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH 00/18] [uq/master] Rebased patch queue, part I Date: Fri, 21 Jan 2011 21:48:04 +0100 Message-ID: Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org, Glauber Costa To: Avi Kivity , Marcelo Tosatti Return-path: Received: from fmmailgate01.web.de ([217.72.192.221]:56709 "EHLO fmmailgate01.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752027Ab1AUUss (ORCPT ); Fri, 21 Jan 2011 15:48:48 -0500 Sender: kvm-owner@vger.kernel.org List-ID: In order to make progress with flushing my kvm-upstream queue without overloading the channels (38 further patches are pending), here comes part I against updated uq/master. Changes in this part compared to last postings: - Dropped "kvm: Drop return value of kvm_cpu_exec", we will actually need it later on. - Additional patch to swallow KVM_EXIT_SET_TPR (required now that we watch out for unknown exits). - Postponed MCE bits, they will follow later as part of a complete rework. CC: Glauber Costa Jan Kiszka (18): kvm: x86: Swallow KVM_EXIT_SET_TPR 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 kvm: x86: Fix !CONFIG_KVM_PARA build 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 configure | 39 ++++++--- cpu-all.h | 2 + cpus.c | 2 - kvm-all.c | 108 +++++++++++------------- kvm-stub.c | 2 +- kvm.h | 14 +++- target-i386/cpu.h | 8 ++- target-i386/cpuid.c | 5 +- target-i386/helper.c | 21 +++++ target-i386/kvm.c | 227 +++++++++++++++++++++++++++----------------------- target-ppc/kvm.c | 10 ++- target-s390x/kvm.c | 6 +- vl.c | 2 +- 13 files changed, 256 insertions(+), 190 deletions(-)