]> git.proxmox.com Git - qemu.git/commit - include/qom/cpu.h
cpus: Pass CPUState to qemu_cpu_is_self()
authorAndreas Färber <afaerber@suse.de>
Wed, 2 May 2012 20:23:49 +0000 (22:23 +0200)
committerAndreas Färber <afaerber@suse.de>
Wed, 31 Oct 2012 00:02:39 +0000 (01:02 +0100)
commit60e82579c75068cb49af95595aa99d727e657a0a
tree4ccc33ee8444f12782c5491ffdfc56660d8c5c87
parente9f9d6b16510776ae3d07e91b1cfb4d412701270
cpus: Pass CPUState to qemu_cpu_is_self()

Change return type to bool, move to include/qemu/cpu.h and
add documentation.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
[AF: Updated new caller qemu_in_vcpu_thread()]
cpus.c
exec.c
hw/apic.c
include/qemu/cpu.h
kvm-all.c
qemu-common.h
target-i386/kvm.c