From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35955 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3Xy9-0001Np-1Q for qemu-devel@nongnu.org; Wed, 06 Oct 2010 13:39:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3Xy7-00079O-AG for qemu-devel@nongnu.org; Wed, 06 Oct 2010 13:39:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3Xy7-000796-48 for qemu-devel@nongnu.org; Wed, 06 Oct 2010 13:39:55 -0400 Message-Id: <20101006173424.425523999@redhat.com> In-Reply-To: <20101004185447.891324545@redhat.com> Date: Wed, 06 Oct 2010 14:34:24 -0300 From: Marcelo Tosatti Subject: [Qemu-devel] [patch uq/master 0/8] port qemu-kvm's MCE support (v2) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kvm@vger.kernel.org, qemu-devel@nongnu.org Cc: Dean Nelson , Huang Ying Port qemu-kvm's KVM MCE (Machine Check Exception) handling to qemu. It allows qemu to propagate MCEs to the guest. v2: - rename do_qemu_ram_addr_from_host. - fix kvm_on_sigbus/kvm_on_sigbus_vcpu naming. - fix bank register restoration (Dean Nelson).