diff options
author | Avi Kivity <avi@qumranet.com> | 2007-06-05 13:15:51 (GMT) |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-07-16 09:05:46 (GMT) |
commit | 72d6e5a08a8ba2105b3f36e32285e8fbfbed1f71 (patch) | |
tree | 6d20932e350683760d79f2c6cca6ef3bfafbce96 /drivers/kvm/kvm.h | |
parent | d3bef15f84f91c73a5515ad4c6a1749f8f63afcf (diff) | |
download | linux-fsl-qoriq-72d6e5a08a8ba2105b3f36e32285e8fbfbed1f71.tar.xz |
KVM: Emulate hlt on real mode for Intel
This has two use cases: the bios can't boot from disk, and guest smp
bootstrap.
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index ac358b8..d49b16c 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h @@ -347,6 +347,7 @@ struct kvm_vcpu { u32 ar; } tr, es, ds, fs, gs; } rmode; + int halt_request; /* real mode on Intel only */ int cpuid_nent; struct kvm_cpuid_entry cpuid_entries[KVM_MAX_CPUID_ENTRIES]; |