* [PATCH 00/11] Descriptions for patches of qemu mce.
@ 2010-10-14 8:40 ` Jin Dongming
0 siblings, 0 replies; 2+ messages in thread
From: Jin Dongming @ 2010-10-14 8:40 UTC (permalink / raw)
To: KVM list
Cc: Dean Nelson, Marcelo Tosatti, Huang Ying, Hidetoshi Seto,
qemu-devel@nongnu.org, Avi Kivity
These patches do the following changes.
1. Clean up:
- Making the similar parts as one shared function.
- modularizing the functions of SRAO and SRAR data setting.
2. Unify sigbus handling:
- kvm_handle_sigbus can handle both cases of SIGBUS listed as following.
A) Received by Main thread
B) Received by VCPU threads
3. Change broadcast:
- Broadcasting SRAR same as SRAO.
- Broadcasting SRAO received by VCPU threads same as it by Main Thread.
- Broadcasting mce depending on the cpu version
according to the x86 ASDM vol.3A 15.10.4.1.
=============
[PATCH 01/11]kvm, x86: ignore SRAO only when MCG_SER_P is available
[PATCH 02/11]kvm, x86: introduce kvm_do_set_mce
[PATCH 03/11]kvm, x86: introduce kvm_mce_in_progress
[PATCH 04/11]kvm, x86: kvm_mce_inj_* subroutins for templated error injections
[PATCH 05/11]kvm, x86: introduce kvm_inject_x86_mce_on
[PATCH 06/11]kvm, x86: use target_phys_addr_t
[PATCH 07/11]kvm, x86: unify sigbus handling, prep
[PATCH 08/11]kvm, x86: unify sigbus handling
[PATCH 09/11]kvm, x86: unify sigbus handling, post1
[PATCH 10/11]kvm, x86: unify sigbus handling, post2
[PATCH 11/11]kvm, x86: broadcast mce depending on the cpu version
qemu-kvm.c | 300 ++++++++++++++++++++++++++++++++----------------------------
1 files changed, 162 insertions(+), 138 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread* [Qemu-devel] [PATCH 00/11] Descriptions for patches of qemu mce.
@ 2010-10-14 8:40 ` Jin Dongming
0 siblings, 0 replies; 2+ messages in thread
From: Jin Dongming @ 2010-10-14 8:40 UTC (permalink / raw)
To: KVM list
Cc: Hidetoshi Seto, Dean Nelson, Marcelo Tosatti,
qemu-devel@nongnu.org, Avi Kivity, Huang Ying
These patches do the following changes.
1. Clean up:
- Making the similar parts as one shared function.
- modularizing the functions of SRAO and SRAR data setting.
2. Unify sigbus handling:
- kvm_handle_sigbus can handle both cases of SIGBUS listed as following.
A) Received by Main thread
B) Received by VCPU threads
3. Change broadcast:
- Broadcasting SRAR same as SRAO.
- Broadcasting SRAO received by VCPU threads same as it by Main Thread.
- Broadcasting mce depending on the cpu version
according to the x86 ASDM vol.3A 15.10.4.1.
=============
[PATCH 01/11]kvm, x86: ignore SRAO only when MCG_SER_P is available
[PATCH 02/11]kvm, x86: introduce kvm_do_set_mce
[PATCH 03/11]kvm, x86: introduce kvm_mce_in_progress
[PATCH 04/11]kvm, x86: kvm_mce_inj_* subroutins for templated error injections
[PATCH 05/11]kvm, x86: introduce kvm_inject_x86_mce_on
[PATCH 06/11]kvm, x86: use target_phys_addr_t
[PATCH 07/11]kvm, x86: unify sigbus handling, prep
[PATCH 08/11]kvm, x86: unify sigbus handling
[PATCH 09/11]kvm, x86: unify sigbus handling, post1
[PATCH 10/11]kvm, x86: unify sigbus handling, post2
[PATCH 11/11]kvm, x86: broadcast mce depending on the cpu version
qemu-kvm.c | 300 ++++++++++++++++++++++++++++++++----------------------------
1 files changed, 162 insertions(+), 138 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-14 8:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14 8:40 [PATCH 00/11] Descriptions for patches of qemu mce Jin Dongming
2010-10-14 8:40 ` [Qemu-devel] " Jin Dongming
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.