Re: [Qemu-devel] [PATCH 29/35] cpus: Pass CPUState to [qemu_]cpu_has_work()

2012-10-31 Thread Aurelien Jarno
On Wed, Oct 31, 2012 at 10:37:41PM +0100, Andreas Färber wrote: > Am 31.10.2012 22:05, schrieb Aurelien Jarno: > > On Wed, Oct 31, 2012 at 02:00:00AM +0100, Andreas Färber wrote: > >> For target-mips also change the return type to bool. > >> > >> Make include paths for cpu-qom.h consistent for alph

Re: [Qemu-devel] [PATCH 29/35] cpus: Pass CPUState to [qemu_]cpu_has_work()

2012-10-31 Thread Andreas Färber
Am 31.10.2012 22:05, schrieb Aurelien Jarno: > On Wed, Oct 31, 2012 at 02:00:00AM +0100, Andreas Färber wrote: >> For target-mips also change the return type to bool. >> >> Make include paths for cpu-qom.h consistent for alpha and unicore32. >> >> Signed-off-by: Andreas Färber >> [AF: Updated new

Re: [Qemu-devel] [PATCH 29/35] cpus: Pass CPUState to [qemu_]cpu_has_work()

2012-10-31 Thread Aurelien Jarno
On Wed, Oct 31, 2012 at 02:00:00AM +0100, Andreas Färber wrote: > For target-mips also change the return type to bool. > > Make include paths for cpu-qom.h consistent for alpha and unicore32. > > Signed-off-by: Andreas Färber > [AF: Updated new target-openrisc function accordingly] > --- > cpu-

Re: [Qemu-devel] [PATCH 29/35] cpus: Pass CPUState to [qemu_]cpu_has_work()

2012-10-30 Thread Richard Henderson
On 2012-10-31 12:00, Andreas Färber wrote: > target-alpha/cpu.c |2 +- > target-alpha/cpu.h |4 +++- Acked-by: Richard Henderson r~

[Qemu-devel] [PATCH 29/35] cpus: Pass CPUState to [qemu_]cpu_has_work()

2012-10-30 Thread Andreas Färber
For target-mips also change the return type to bool. Make include paths for cpu-qom.h consistent for alpha and unicore32. Signed-off-by: Andreas Färber [AF: Updated new target-openrisc function accordingly] --- cpu-all.h |2 -- cpu-exec.c |8 +++- cpus.c