aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/hvf_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sysemu/hvf_int.h')
-rw-r--r--include/sysemu/hvf_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysemu/hvf_int.h b/include/sysemu/hvf_int.h
index 718bedd..4a327fd 100644
--- a/include/sysemu/hvf_int.h
+++ b/include/sysemu/hvf_int.h
@@ -55,6 +55,7 @@ struct AccelCPUState {
bool vtimer_masked;
sigset_t unblock_ipi_mask;
bool guest_debug_enabled;
+ bool dirty;
};
void assert_hvf_ok(hv_return_t ret);