Re: [PATCH -v6] QEMU: MCE: Add MCE simulation to qemu/tcg

2009-07-08 Thread Huang Ying
On Wed, 2009-07-01 at 02:12 +0800, Anthony Liguori wrote: > Hi Huang, > > Huang Ying wrote: > > - MCE features are initialized when VCPU is intialized according to CPUID. > > - A monitor command "mce" is added to inject a MCE. > > - A new interrupt mask: CPU_INTERRUPT_MCE is added to inject the MC

Re: [PATCH -v6] QEMU: MCE: Add MCE simulation to qemu/tcg

2009-07-06 Thread Huang Ying
Hi, Anthony, On Wed, 2009-07-01 at 02:12 +0800, Anthony Liguori wrote: > Hi Huang, > > Huang Ying wrote: > > - MCE features are initialized when VCPU is intialized according to CPUID. > > - A monitor command "mce" is added to inject a MCE. > > - A new interrupt mask: CPU_INTERRUPT_MCE is added to

Re: [PATCH -v6] QEMU: MCE: Add MCE simulation to qemu/tcg

2009-06-30 Thread Huang Ying
Hi, Anthony, On Wed, 2009-07-01 at 02:12 +0800, Anthony Liguori wrote: > Hi Huang, > > Huang Ying wrote: > > - MCE features are initialized when VCPU is intialized according to CPUID. > > - A monitor command "mce" is added to inject a MCE. > > - A new interrupt mask: CPU_INTERRUPT_MCE is added to

Re: [PATCH -v6] QEMU: MCE: Add MCE simulation to qemu/tcg

2009-06-30 Thread Anthony Liguori
Hi Huang, Huang Ying wrote: - MCE features are initialized when VCPU is intialized according to CPUID. - A monitor command "mce" is added to inject a MCE. - A new interrupt mask: CPU_INTERRUPT_MCE is added to inject the MCE. Can you post some instructions on how to test this functionality?