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

2013-01-25 Thread Andreas Färber
Am 25.01.2013 11:08, schrieb Paolo Bonzini: > Il 25/01/2013 10:23, Andreas Färber ha scritto: As far as I understood, Andreas did not have any objections on the contents of this patch, which doesn't make things any better or worse from his point of view. >> I didn't receive a patch t

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

2013-01-25 Thread Paolo Bonzini
Il 25/01/2013 10:23, Andreas Färber ha scritto: >> > As far as I understood, Andreas did not have any objections on the >> > contents of this patch, which doesn't make things any better or worse >> > from his point of view. > I didn't receive a patch to fix cpu.c yet so I'll do that on my own. > >

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

2013-01-25 Thread Andreas Färber
Am 25.01.2013 10:11, schrieb Paolo Bonzini: > Il 19/01/2013 11:06, Paolo Bonzini ha scritto: >> This small series makes some more simplifications to Makefile.objs, >> removing two more variables: universal-obj-y and extra-obj-y, all >> unified into common-obj-y. It also removes what remains of use

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

2013-01-25 Thread Paolo Bonzini
Il 19/01/2013 11:06, Paolo Bonzini ha scritto: > This small series makes some more simplifications to Makefile.objs, > removing two more variables: universal-obj-y and extra-obj-y, all > unified into common-obj-y. It also removes what remains of user-obj-y, > unifying that into common-obj-y as wel

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

2013-01-20 Thread Paolo Bonzini
Il 20/01/2013 00:22, Andreas Färber ha scritto: > Am 19.01.2013 23:06, schrieb Paolo Bonzini: >> Il 19/01/2013 19:11, Andreas Färber ha scritto: > The patches are mostly mechanical substitutions, and there is no > user-visible change---neither in total build time, nor in the files that

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

2013-01-19 Thread Andreas Färber
Am 19.01.2013 23:06, schrieb Paolo Bonzini: > Il 19/01/2013 19:11, Andreas Färber ha scritto: The patches are mostly mechanical substitutions, and there is no user-visible change---neither in total build time, nor in the files that are linked into the executables. >> Without having t

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

2013-01-19 Thread Paolo Bonzini
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 ar

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

2013-01-19 Thread Paolo Bonzini
Il 19/01/2013 19:11, Andreas Färber ha scritto: >> > The patches are mostly mechanical substitutions, and there is no >> > user-visible change---neither in total build time, nor in the files that >> > are linked into the executables. > Without having tested this yet I want to remind that it is nece

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

2013-01-19 Thread Andreas Färber
Am 19.01.2013 11:06, schrieb Paolo Bonzini: > This small series makes some more simplifications to Makefile.objs, > removing two more variables: universal-obj-y and extra-obj-y, all > unified into common-obj-y. It also removes what remains of user-obj-y, > unifying that into common-obj-y as well.

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

2013-01-19 Thread Paolo Bonzini
This small series makes some more simplifications to Makefile.objs, removing two more variables: universal-obj-y and extra-obj-y, all unified into common-obj-y. It also removes what remains of user-obj-y, unifying that into common-obj-y as well. To achieve this, the CONFIG_SOFTMMU and CONFIG_USER