diff options
author | Avi Kivity <avi@qumranet.com> | 2007-06-05 16:15:51 +0300 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-07-16 12:05:46 +0300 |
commit | 72d6e5a08a8ba2105b3f36e32285e8fbfbed1f71 (patch) | |
tree | 6d20932e350683760d79f2c6cca6ef3bfafbce96 /drivers/kvm/kvm.h | |
parent | d3bef15f84f91c73a5515ad4c6a1749f8f63afcf (diff) |
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 ac358b8d3de..d49b16cae27 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]; |