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
> 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
>
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
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
> -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,