aboutsummaryrefslogtreecommitdiff
path: root/cpu-defs.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-10-31 05:29:00 +0100
committerAndreas Färber <afaerber@suse.de>2012-12-19 14:09:31 +0100
commit8737c51c0444f832c4e97d7eb7540eae457e08e4 (patch)
tree3d8a23a7dca0caff893d18a194415981309e8b68 /cpu-defs.h
parenta404b61244ff555ace0a1360fc22275fbeda503e (diff)
cpu: Move kvm_fd into CPUState
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'cpu-defs.h')
-rw-r--r--cpu-defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu-defs.h b/cpu-defs.h
index 3669241faf..6373a808f9 100644
--- a/cpu-defs.h
+++ b/cpu-defs.h
@@ -207,7 +207,6 @@ typedef struct CPUWatchpoint {
const char *cpu_model_str; \
struct KVMState *kvm_state; \
struct kvm_run *kvm_run; \
- int kvm_fd; \
int kvm_vcpu_dirty;
#endif