]> git.proxmox.com Git - qemu.git/commit - cpu-exec.c
target-i386: Pass X86CPU to do_cpu_{init,sipi}()
authorAndreas Färber <afaerber@suse.de>
Fri, 4 May 2012 23:14:41 +0000 (01:14 +0200)
committerAndreas Färber <afaerber@suse.de>
Mon, 4 Jun 2012 21:00:42 +0000 (23:00 +0200)
commit232fc23bed97f92b939d5b2802a481c1dea5991b
tree0d7c68623e94e841834f53c0a292b12956770fe2
parentbf494367fa77b5ed872d8add50677542a7141836
target-i386: Pass X86CPU to do_cpu_{init,sipi}()

Allows to use cpu_reset() in place of cpu_state_reset().

Signed-off-by: Andreas Färber <afaerber@suse.de>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
cpu-exec.c
target-i386/cpu.h
target-i386/helper.c
target-i386/kvm.c