Re: [Qemu-devel] [PATCH 3/4] include/hw/i386/pc.h: Move CONFIG_KVM related definitions to kvm_i386.h

2017-06-15 Thread Paolo Bonzini
On 14/06/2017 21:21, Thomas Huth wrote: > pc.h is included from common code (where is CONFIG_KVM is not available), > so the #defines that depend on CONFIG_KVM should not be declared here > to avoid that anybody is using them in a wrong way. > > Signed-off-by: Thomas Huth > --- > hw/i386/pc_q3

[Qemu-devel] [PATCH 3/4] include/hw/i386/pc.h: Move CONFIG_KVM related definitions to kvm_i386.h

2017-06-14 Thread Thomas Huth
pc.h is included from common code (where is CONFIG_KVM is not available), so the #defines that depend on CONFIG_KVM should not be declared here to avoid that anybody is using them in a wrong way. Signed-off-by: Thomas Huth --- hw/i386/pc_q35.c | 1 + include/hw/i386/pc.h | 13 --