search for: srar

Displaying 4 results from an estimated 4 matches for "srar".

Did you mean: sram
2011 Dec 16
0
[xen-unstable test] 10504: regressions - FAIL
...d-off-by: Jan Beulich <jbeulich@suse.com> Committed-by: Jan Beulich <jbeulich@suse.com> changeset: 24410:25f8952313ae user: Liu, Jinsong <jinsong.liu@intel.com> date: Thu Dec 15 10:58:53 2011 +0100 x86/MCE: add more strict sanity check of one SRAR case When RIPV = EIPV = 0, it''s a little bit tricky. It may be an asynchronic error, currently we have no way to precisely locate whether the error occur at guest or hypervisor. To avoid handling error in wrong way, we treat it as unrecovered. Signed-off-by: Liu, Jins...
2011 Dec 16
0
[xen-unstable test] 10511: regressions - FAIL
...d-off-by: Jan Beulich <jbeulich@suse.com> Committed-by: Jan Beulich <jbeulich@suse.com> changeset: 24410:25f8952313ae user: Liu, Jinsong <jinsong.liu@intel.com> date: Thu Dec 15 10:58:53 2011 +0100 x86/MCE: add more strict sanity check of one SRAR case When RIPV = EIPV = 0, it''s a little bit tricky. It may be an asynchronic error, currently we have no way to precisely locate whether the error occur at guest or hypervisor. To avoid handling error in wrong way, we treat it as unrecovered. Signed-off-by: Liu, Jins...
2012 Sep 18
6
[PATCH 2/5] Xen/MCE: vMCE injection
Xen/MCE: vMCE injection In our test for win8 guest mce, we find a bug that no matter what SRAO/SRAR error xen inject to win8 guest, it always reboot. The root cause is, current Xen vMCE logic inject vMCE# only to vcpu0, this is not correct for Intel MCE (Under Intel arch, h/w generate MCE# to all CPUs). This patch fix vMCE injection bug, injecting vMCE# to all vcpus. Signed-off-by: Liu, Jinson...
2012 Jun 27
18
[xen vMCE RFC V0.2] xen vMCE design
Hi, This is updated xen vMCE design foils, according to comments from community recently. This foils focus on vMCE part of Xen MCA, so as Keir said, it''s some dense. Later Will will present a document to elaborate more, including Intel MCA and surrounding features and Xen implementation. Thanks, Jinsong