From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH 00/13] [uq/master] Patch queue, part IV (MCE edition) Date: Tue, 15 Feb 2011 09:23:24 +0100 Message-ID: Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org, Hidetoshi Seto , Huang Ying , Jin Dongming To: Avi Kivity , Marcelo Tosatti Return-path: Received: from david.siemens.de ([192.35.17.14]:34315 "EHLO david.siemens.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753787Ab1BOIX5 (ORCPT ); Tue, 15 Feb 2011 03:23:57 -0500 Sender: kvm-owner@vger.kernel.org List-ID: 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 CC: Huang Ying CC: Jin Dongming 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