| Submitter | Andreas Färber |
|---|---|
| Date | Jan. 28, 2013, 4:18 p.m. |
| Message ID | <1359389934-16663-37-git-send-email-afaerber@suse.de> |
| Download | mbox | patch |
| Permalink | /patch/216412/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/include/qom/cpu.h b/include/qom/cpu.h index 8097692..46f2247 100644 --- a/include/qom/cpu.h +++ b/include/qom/cpu.h @@ -93,10 +93,8 @@ struct CPUState { bool stop; bool stopped; -#if !defined(CONFIG_USER_ONLY) int kvm_fd; bool kvm_vcpu_dirty; -#endif struct KVMState *kvm_state; struct kvm_run *kvm_run;