Il 19/01/2013 23:06, Paolo Bonzini ha scritto:
> The only dependency is
> 
> #if !defined(CONFIG_USER_ONLY)
>     int kvm_fd;
>     bool kvm_vcpu_dirty;
> #endif
>     struct KVMState *kvm_state;
>     struct kvm_run *kvm_run;
> 
> Plenty of other fields are meaningless for !CONFIG_USER_ONLY but are
> unconditionally present in struct CPUState.

Sorry, plenty of other fields are meaningless for CONFIG_USER_ONLY.

Paolo

Reply via email to