And the show goes on: This 4th round contains a rework of the MCE handling, mostly for KVM, but also few bits used in emulation mode are affected. Major contributions are: - fixed MCE injection race with other events - kick VCPU out of halt on asynchronous MCEs - unified TCG and KVM MCE injection code - unpoison pages on guest reboot (Huang Ying) This won't be the last uq/master series during my effort to consolidate qemu-kvm and upstream. A few more patches piled up again that will be sent later on separately. CC: Hidetoshi Seto <seto.hidetoshi@xxxxxxxxxxxxxx> CC: Huang Ying <ying.huang@xxxxxxxxx> CC: Jin Dongming <jin.dongming@xxxxxxxxxxxxxxxxxx> Huang Ying (2): Add qemu_ram_remap KVM, MCE, unpoison memory address across reboot Jan Kiszka (11): 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: x86: Inject pending MCE events on state writeback 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 | 61 +++++++- 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 | 472 ++++++++++++++++++++----------------------------- target-i386/kvm_x86.h | 25 --- vl.c | 1 + 11 files changed, 400 insertions(+), 396 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html