qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for 1.4 0/4] Simplify Makefile.objs some more


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH for 1.4 0/4] Simplify Makefile.objs some more
Date: Sat, 19 Jan 2013 23:07:43 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

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

[Prev in Thread] Current Thread [Next in Thread]