Re: [Qemu-devel] [PATCH qom-next 06/59] pc: Pass X86CPU to cpu_is_bsp()
On 05/23/2012 05:07 AM, Andreas Färber wrote: Also change return type to bool. Signed-off-by: Andreas Färber --- hw/apic.h|2 +- hw/apic_common.c |2 +- hw/pc.c |6 +++--- target-i386/helper.c |2 +- target-i386/kvm.c|4 +++- 5 files c
[Qemu-devel] [PATCH qom-next 06/59] pc: Pass X86CPU to cpu_is_bsp()
Also change return type to bool. Signed-off-by: Andreas Färber --- hw/apic.h|2 +- hw/apic_common.c |2 +- hw/pc.c |6 +++--- target-i386/helper.c |2 +- target-i386/kvm.c|4 +++- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/