Re: [Qemu-devel] [PATCH qom-cpu v2 4/7] cpus: Pass CPUState to qemu_cpu_is_self()

2012-10-30 Thread Andreas Färber
Am 12.10.2012 03:26, schrieb Andreas Färber: > Change return type to bool, move to include/qemu/cpu.h and > add documentation. > > Signed-off-by: Andreas Färber Applied to qom-cpu branch with the following build fix: diff --git a/cpus.c b/cpus.c index 3b1bfec..1f3ac91 100644 --- a/cpus.c +++ b/

Re: [Qemu-devel] [PATCH qom-cpu v2 4/7] cpus: Pass CPUState to qemu_cpu_is_self()

2012-10-30 Thread Andreas Färber
Am 16.10.2012 02:49, schrieb Igor Mammedov: > On Fri, 12 Oct 2012 03:26:40 +0200 > Andreas Färber wrote: > >> Change return type to bool, move to include/qemu/cpu.h and >> add documentation. >> >> Signed-off-by: Andreas Färber >> --- >> cpus.c | 10 -- >> exec.c

Re: [Qemu-devel] [PATCH qom-cpu v2 4/7] cpus: Pass CPUState to qemu_cpu_is_self()

2012-10-15 Thread Igor Mammedov
On Fri, 12 Oct 2012 03:26:40 +0200 Andreas Färber wrote: > Change return type to bool, move to include/qemu/cpu.h and > add documentation. > > Signed-off-by: Andreas Färber > --- > cpus.c | 10 -- > exec.c |3 ++- > hw/apic.c |6 -- > incl

[Qemu-devel] [PATCH qom-cpu v2 4/7] cpus: Pass CPUState to qemu_cpu_is_self()

2012-10-11 Thread Andreas Färber
Change return type to bool, move to include/qemu/cpu.h and add documentation. Signed-off-by: Andreas Färber --- cpus.c | 10 -- exec.c |3 ++- hw/apic.c |6 -- include/qemu/cpu.h | 10 ++ kvm-all.c |4 +++- qemu-common