From: Jan Kiszka <jan.kiszka@siemens.com>
To: Avi Kivity <avi@redhat.com>, Marcelo Tosatti <mtosatti@redhat.com>
Cc: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>,
kvm@vger.kernel.org, qemu-devel@nongnu.org,
Huang Ying <ying.huang@intel.com>,
David Gibson <david@gibson.dropbear.id.au>,
Jin Dongming <jin.dongming@np.css.fujitsu.com>
Subject: [Qemu-devel] [PATCH v3 00/17] [uq/master] Patch queue, part IV (MCE edition)
Date: Wed, 2 Mar 2011 08:56:03 +0100 [thread overview]
Message-ID: <cover.1299052578.git.jan.kiszka@siemens.com> (raw)
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 <david@gibson.dropbear.id.au>
CC: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
CC: Huang Ying <ying.huang@intel.com>
CC: Jin Dongming <jin.dongming@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
next reply other threads:[~2011-03-02 7:56 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-02 7:56 Jan Kiszka [this message]
2011-03-02 7:56 ` [Qemu-devel] [PATCH v3 01/17] kvm: ppc: Fix breakage of kvm_arch_pre_run/process_irqchip_events Jan Kiszka
2011-03-02 7:56 ` [Qemu-devel] [PATCH v3 02/17] kvm: Fix build warning when KVM_CAP_SET_GUEST_DEBUG is lacking Jan Kiszka
2011-03-02 7:56 ` [Qemu-devel] [PATCH v3 03/17] x86: Account for MCE in cpu_has_work Jan Kiszka
2011-03-02 7:56 ` [Qemu-devel] [PATCH v3 04/17] x86: Perform implicit mcg_status reset Jan Kiszka
2011-03-02 7:56 ` [Qemu-devel] [PATCH v3 05/17] x86: Small cleanups of MCE helpers Jan Kiszka
2011-03-02 7:56 ` [Qemu-devel] [PATCH v3 06/17] x86: Refine error reporting of MCE injection services Jan Kiszka
2011-03-02 7:56 ` [Qemu-devel] [PATCH v3 07/17] x86: Optionally avoid injecting AO MCEs while others are pending Jan Kiszka
2011-03-02 7:56 ` [Qemu-devel] [PATCH v3 08/17] Synchronize VCPU states before reset Jan Kiszka
2011-03-02 7:56 ` [Qemu-devel] [PATCH v3 09/17] kvm: x86: Move MCE functions together Jan Kiszka
2011-03-02 7:56 ` [Qemu-devel] [PATCH v3 10/17] kvm: Rename kvm_arch_process_irqchip_events to async_events Jan Kiszka
2011-03-02 7:56 ` [Qemu-devel] [PATCH v3 11/17] kvm: x86: Inject pending MCE events on state writeback Jan Kiszka
2011-03-02 7:56 ` [Qemu-devel] [PATCH v3 12/17] x86: Run qemu_inject_x86_mce on target VCPU Jan Kiszka
2011-03-02 7:56 ` [Qemu-devel] [PATCH v3 13/17] kvm: x86: Consolidate TCG and KVM MCE injection code Jan Kiszka
2011-03-02 7:56 ` [Qemu-devel] [PATCH v3 14/17] kvm: x86: Clean up kvm_setup_mce Jan Kiszka
2011-03-02 7:56 ` [Qemu-devel] [PATCH v3 15/17] kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization fails Jan Kiszka
2011-03-02 7:56 ` [Qemu-devel] [PATCH v3 16/17] Add qemu_ram_remap Jan Kiszka
2011-03-02 7:56 ` [Qemu-devel] [PATCH v3 17/17] KVM, MCE, unpoison memory address across reboot Jan Kiszka
2011-03-03 18:02 ` [Qemu-devel] Re: [PATCH v3 00/17] [uq/master] Patch queue, part IV (MCE edition) Marcelo Tosatti
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1299052578.git.jan.kiszka@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=avi@redhat.com \
--cc=david@gibson.dropbear.id.au \
--cc=jin.dongming@np.css.fujitsu.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=seto.hidetoshi@jp.fujitsu.com \
--cc=ying.huang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).