diff options
author | max <max@maxpad.(none)> | 2011-01-09 22:16:04 +0100 |
---|---|---|
committer | max <max@maxpad.(none)> | 2011-01-09 22:16:04 +0100 |
commit | 03fcadc70483d19220d166797110911b97db5971 (patch) | |
tree | 0d6423a55a9fd52e128c3051d0bae38c81ef851a /kvm_x86host.h | |
parent | d60d5c032746628df91ba5b747d5591bbfc1b18d (diff) | |
download | illumos-kvm-03fcadc70483d19220d166797110911b97db5971.tar.gz |
More ioctl handling and bug fixes
Diffstat (limited to 'kvm_x86host.h')
-rw-r--r-- | kvm_x86host.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kvm_x86host.h b/kvm_x86host.h index bc31507..545de10 100644 --- a/kvm_x86host.h +++ b/kvm_x86host.h @@ -676,9 +676,7 @@ struct kvm_x86_ops { uint64_t (*get_mt_mask)(struct kvm_vcpu *vcpu, gfn_t gfn, int is_mmio); int (*get_lpage_level)(void); int (*rdtscp_supported)(void); -#ifdef XXX const struct trace_print_flags *exit_reasons_str; -#endif /*XXX*/ }; extern struct kvm_x86_ops *kvm_x86_ops; |