Re: [Qemu-devel] [RFC qom-cpu 01/41] cpu: Turn cpu_has_work() into a CPUClass hook

2014-02-05 Thread Andreas Färber
Am 04.09.2013 11:04, schrieb Andreas Färber: > Default to false. > > Tidy variable naming and inline cast uses while at it. > > Signed-off-by: Andreas Färber If I've re-read the IRC transcript correctly, Paolo objected to patch 03/41 and had doubts about 02/41. I have therefore applied this 01/

Re: [Qemu-devel] [RFC qom-cpu 01/41] cpu: Turn cpu_has_work() into a CPUClass hook

2013-09-04 Thread Jia Liu
On Wed, Sep 4, 2013 at 5:04 PM, Andreas Färber wrote: > Default to false. > > Tidy variable naming and inline cast uses while at it. > > Signed-off-by: Andreas Färber > --- > cpu-exec.c | 5 - > cpus.c | 2 +- > include/qom/cpu.h | 12 +++

[Qemu-devel] [RFC qom-cpu 01/41] cpu: Turn cpu_has_work() into a CPUClass hook

2013-09-04 Thread Andreas Färber
Default to false. Tidy variable naming and inline cast uses while at it. Signed-off-by: Andreas Färber --- cpu-exec.c | 5 - cpus.c | 2 +- include/qom/cpu.h | 12 ++-- qom/cpu.c | 6 ++ target-alpha/cpu.c