]> Git Repo - qemu.git/commit - hw/i386/pc.c
i386/kvm: convert hyperv enlightenments properties from bools to bits
authorVitaly Kuznetsov <[email protected]>
Fri, 17 May 2019 14:19:16 +0000 (16:19 +0200)
committerPaolo Bonzini <[email protected]>
Fri, 21 Jun 2019 00:29:38 +0000 (02:29 +0200)
commit2d384d7c836142a1ce851442bd6fb8e03a72663a
tree44a1634d89d865788ed221f14565b4d47fd66f0a
parent6f38dca615286796df9a967117f3ce42b918c8db
i386/kvm: convert hyperv enlightenments properties from bools to bits

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]>
Message-Id: <20190517141924[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
hw/i386/pc.c
target/i386/cpu.c
target/i386/cpu.h
target/i386/hyperv.c
target/i386/kvm.c
target/i386/machine.c
This page took 0.027298 seconds and 4 git commands to generate.