This is mostly a rebase of the previous round, just including one additional ppc build fix (patch 2) for a regression in a previous part. Please merge.
CC: David Gibson <da...@gibson.dropbear.id.au> CC: Hidetoshi Seto <seto.hideto...@jp.fujitsu.com> CC: Huang Ying <ying.hu...@intel.com> CC: Jin Dongming <jin.dongm...@np.css.fujitsu.com> Huang Ying (2): Add qemu_ram_remap KVM, MCE, unpoison memory address across reboot Jan Kiszka (15): kvm: ppc: Fix breakage of kvm_arch_pre_run/process_irqchip_events kvm: Fix build warning when KVM_CAP_SET_GUEST_DEBUG is lacking x86: Account for MCE in cpu_has_work x86: Perform implicit mcg_status reset x86: Small cleanups of MCE helpers x86: Refine error reporting of MCE injection services x86: Optionally avoid injecting AO MCEs while others are pending Synchronize VCPU states before reset kvm: x86: Move MCE functions together kvm: Rename kvm_arch_process_irqchip_events to async_events kvm: x86: Inject pending MCE events on state writeback x86: Run qemu_inject_x86_mce on target VCPU kvm: x86: Consolidate TCG and KVM MCE injection code kvm: x86: Clean up kvm_setup_mce kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization fails cpu-all.h | 8 +- cpu-common.h | 1 + exec.c | 63 +++++++- kvm-all.c | 4 +- kvm.h | 2 +- monitor.c | 11 +- qemu-common.h | 6 +- target-i386/cpu.h | 11 +- target-i386/exec.h | 15 +- target-i386/helper.c | 185 +++++++++++++------- target-i386/kvm.c | 463 ++++++++++++++++++++----------------------------- target-i386/kvm_x86.h | 25 --- target-ppc/kvm.c | 6 +- target-s390x/kvm.c | 2 +- vl.c | 1 + 15 files changed, 403 insertions(+), 400 deletions(-) delete mode 100644 target-i386/kvm_x86.h -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html