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 <glommer@xxxxxxxxxx> 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(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html