[PATCH 1/3] i386: Make Hyper-V related sections KVM only

2021-03-18 Thread Vitaly Kuznetsov
Currently, Hyper-V enlightenments are only implemented by KVM so there's no need to have corresponding vmstate_x86_cpu sections when !CONFIG_KVM. Signed-off-by: Vitaly Kuznetsov --- target/i386/machine.c | 4 1 file changed, 4 insertions(+) diff --git a/target/i386/machine.c b/target/i386/

Re: [PATCH 1/3] i386: Make Hyper-V related sections KVM only

2021-03-18 Thread Paolo Bonzini
On 18/03/21 17:02, Vitaly Kuznetsov wrote: Currently, Hyper-V enlightenments are only implemented by KVM so there's no need to have corresponding vmstate_x86_cpu sections when !CONFIG_KVM. Signed-off-by: Vitaly Kuznetsov I expect WHPX may implement at least some, so I'll leave this out. Paol