qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL 03/25] i386/kvm: convert hyperv enlightenments pr


From: Vitaly Kuznetsov
Subject: Re: [Qemu-devel] [PULL 03/25] i386/kvm: convert hyperv enlightenments properties from bools to bits
Date: Mon, 24 Jun 2019 14:26:08 +0200

Alex Bennée <address@hidden> writes:

>
> This looks like it's broken the build:
>
>   configure' '--without-default-devices' '--disable-user'
>
> with:
>
>   /home/alex/lsrc/qemu.git/target/i386/hyperv-stub.c: In function 
> ‘kvm_hv_handle_exit’:
>   /home/alex/lsrc/qemu.git/target/i386/hyperv-stub.c:18:19: error: ‘X86CPU’ 
> {aka ‘struct X86CPU’} has no member named ‘hyperv_synic’; did you mean 
> ‘hyperv_vendor_id’?
>            if (!cpu->hyperv_synic) {
>                      ^~~~~~~~~~~~
>
> Does the stub need updating for the new flag? I'm a little confused
> about the relationship between HyperV and KVM. I thought they were
> different hypervisors?

Yes, they are. But to run Windows guests we can pretend being Hyper-V
:-)

I'll send a patch to fix the stub if nobody beats me to it. Thanks!

-- 
Vitaly



reply via email to

[Prev in Thread] Current Thread [Next in Thread]