diff --git a/include/qom/cpu.h b/include/qom/cpu.h
index 773caf9..2333781 100644
--- a/include/qom/cpu.h
+++ b/include/qom/cpu.h
@@ -89,10 +89,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;
 
