]> git.proxmox.com Git - qemu.git/blobdiff - include/qemu/cpu.h
kvm: Pass CPUState to kvm_arch_*
[qemu.git] / include / qemu / cpu.h
index 6049a20a4ddff1699b54beb69cb1f1944760d47b..b8f8dd1d13d5e012ed484f262472bb60ca50bcf6 100644 (file)
@@ -80,6 +80,7 @@ struct CPUState {
 
 #if !defined(CONFIG_USER_ONLY)
     int kvm_fd;
+    bool kvm_vcpu_dirty;
 #endif
 
     /* TODO Move common fields from CPUArchState here. */