Re: [Qemu-devel] [PULL 03/25] i386/kvm: convert hyperv enlightenments properties from bools to bits

2019-06-24 Thread Alex Bennée
Vitaly Kuznetsov writes: > Alex Bennée 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.

Re: [Qemu-devel] [PULL 03/25] i386/kvm: convert hyperv enlightenments properties from bools to bits

2019-06-24 Thread Vitaly Kuznetsov
Alex Bennée 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

Re: [Qemu-devel] [PULL 03/25] i386/kvm: convert hyperv enlightenments properties from bools to bits

2019-06-24 Thread Alex Bennée
Paolo Bonzini writes: > From: Vitaly Kuznetsov > > Representing Hyper-V properties as bits will allow us to check features > and dependencies between them in a natural way. > > Suggested-by: Roman Kagan > Signed-off-by: Vitaly Kuznetsov > Message-Id: <20190517141924.19024-2-vkuzn...@redhat.c

[Qemu-devel] [PULL 03/25] i386/kvm: convert hyperv enlightenments properties from bools to bits

2019-06-21 Thread Paolo Bonzini
From: Vitaly Kuznetsov Representing Hyper-V properties as bits will allow us to check features and dependencies between them in a natural way. Suggested-by: Roman Kagan Signed-off-by: Vitaly Kuznetsov Message-Id: <20190517141924.19024-2-vkuzn...@redhat.com> Signed-off-by: Paolo Bonzini --- h

[Qemu-devel] [PULL 03/25] i386/kvm: convert hyperv enlightenments properties from bools to bits

2019-06-20 Thread Paolo Bonzini
From: Vitaly Kuznetsov Representing Hyper-V properties as bits will allow us to check features and dependencies between them in a natural way. Suggested-by: Roman Kagan Signed-off-by: Vitaly Kuznetsov Message-Id: <20190517141924.19024-2-vkuzn...@redhat.com> Signed-off-by: Paolo Bonzini --- h