aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/kvm_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/kvm_host.h')
-rw-r--r--include/asm-x86/kvm_host.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h
index 623249890a0b..90c80fd830fc 100644
--- a/include/asm-x86/kvm_host.h
+++ b/include/asm-x86/kvm_host.h
@@ -262,6 +262,11 @@ struct kvm_vcpu_arch {
262 /* emulate context */ 262 /* emulate context */
263 263
264 struct x86_emulate_ctxt emulate_ctxt; 264 struct x86_emulate_ctxt emulate_ctxt;
265
266 gpa_t time;
267 struct kvm_vcpu_time_info hv_clock;
268 unsigned int time_offset;
269 struct page *time_page;
265}; 270};
266 271
267struct kvm_mem_alias { 272struct kvm_mem_alias {
@@ -288,6 +293,8 @@ struct kvm_arch{
288 int round_robin_prev_vcpu; 293 int round_robin_prev_vcpu;
289 unsigned int tss_addr; 294 unsigned int tss_addr;
290 struct page *apic_access_page; 295 struct page *apic_access_page;
296
297 gpa_t wall_clock;
291}; 298};
292 299
293struct kvm_vm_stat { 300struct kvm_vm_stat {