On Thu, Oct 21, 2010 at 05:47:06PM +0900, Hidetoshi Seto wrote: > There is no reason why SRAO event received by the main thread > is the only one that being broadcasted. > > According to the x86 ASDM vol.3A 15.10.4.1, > MCE signal is broadcast on processor version 06H_EH or later. > > This change is required to handle SRAR in smp guests. > > Signed-off-by: Hidetoshi Seto <seto.hideto...@jp.fujitsu.com> > --- > target-i386/kvm.c | 29 ++++++++++++++++++++++++----- > 1 files changed, 24 insertions(+), 5 deletions(-)
Applied all to uq/master, thanks.