summary refs log tree commit diff stats
path: root/softmmu/timers-state.h
diff options
context:
space:
mode:
Diffstat (limited to 'softmmu/timers-state.h')
-rw-r--r--softmmu/timers-state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/softmmu/timers-state.h b/softmmu/timers-state.h
index db4e60f18f..8c262ce139 100644
--- a/softmmu/timers-state.h
+++ b/softmmu/timers-state.h
@@ -43,6 +43,8 @@ typedef struct TimersState {
 
     /* Conversion factor from emulated instructions to virtual clock ticks.  */
     int16_t icount_time_shift;
+    /* Icount delta used for shift auto adjust. */
+    int64_t last_delta;
 
     /* Compensate for varying guest execution speed.  */
     int64_t qemu_icount_bias;