KVM mce test , host and guest can't get mce information

2014-11-30 Thread Liu, RongrongX
Hi , I test mce test on kvm, according to the link : https://kernel.googlesource.com/pub/scm/utils/cpu/mce/mce-test/+/61252a69e3c16bf26adeeb6754c3714016228a18/kvm/README Kernel version:3.18.0-rc3 Qemu version: 1.1.0 + p2v.patch Mce-test source: https://kernel.googlesource.com/pub/scm/utils/cpu/m

RE: [PATCH 2/2] KVM: nVMX: fix acknowledge interrupt on exit when APICv is in use

2014-08-03 Thread Liu, RongrongX
> Also, since interrupt is delivered through vmcs12, so APIC-v hardware will not > cleare vIRR and hypervisor need to clear it before L1 running. > > Suggested-by: Paolo Bonzini > Suggested-by: "Zhang, Yang Z" > Signed-off-by: Wanpeng Li Tested-by: Liu, RongrongX >

RE: [PATCH 1/2] KVM: nVMX: Fix nested vmexit ack intr before load vmcs01

2014-08-03 Thread Liu, RongrongX
nstead of L2. This patch fix it by ack intr after load > vmcs01. > > Signed-off-by: Wanpeng Li Tested-by: Liu, RongrongX > --- > arch/x86/kvm/vmx.c | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx

qemu.git build fail with error

2014-05-20 Thread Liu, RongrongX
Hi, After download the latest qemu.git(http://git.qemu.org/?p=qemu.git;a=summary), then compile the qemu.git, it will build fail with error Some build log CCtrace/generated-events.o CCtrace/generated-tracers.o CCutil/cutils.o ARlibqemustub.a lt LINK vscclient AR

RE: hyper-v support in KVM

2014-02-13 Thread Liu, RongrongX
> -Original Message- > From: Vadim Rozenfeld [mailto:vroze...@redhat.com] > Sent: Wednesday, February 12, 2014 3:42 PM > To: Zhang, Yang Z > Cc: kvm@vger.kernel.org; Liu, RongrongX > Subject: Re: hyper-v support in KVM > > On Wed, 2014-02-12 at 01:33 +, Zhang,