On Fri, May 17, 2019 at 04:19:16PM +0200, Vitaly Kuznetsov wrote: > Representing Hyper-V properties as bits will allow us to check features > and dependencies between them in a natural way. > > Suggested-by: Roman Kagan <[email protected]> > Signed-off-by: Vitaly Kuznetsov <[email protected]> > --- > hw/i386/pc.c | 3 +- > target/i386/cpu.c | 44 +++++++++++++++-------- > target/i386/cpu.h | 37 +++++++++++-------- > target/i386/hyperv.c | 2 +- > target/i386/kvm.c | 83 ++++++++++++++++++------------------------- > target/i386/machine.c | 2 +- > 6 files changed, 91 insertions(+), 80 deletions(-)
Reviewed-by: Roman Kagan <[email protected]>
