diff --git a/include/qom/cpu.h b/include/qom/cpu.h index 8097692bdea258103f37d9bf7c0155cd0ef0f97e..46f2247274a82eaed90cfaf90d40c0d91b927eff 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;