]> git.proxmox.com Git - qemu.git/commit - stubs/Makefile.objs
cpu: Introduce cpu_resume(), for single CPU
authorIgor Mammedov <imammedo@redhat.com>
Tue, 23 Apr 2013 08:29:37 +0000 (10:29 +0200)
committerAndreas Färber <afaerber@suse.de>
Wed, 1 May 2013 11:04:17 +0000 (13:04 +0200)
commit2993683b0fde0f836777c945baaddcaa5937903f
tree3749ee6f2a1c501e2b85afb5f8e8412d8b6361bb
parent13eed94ed5617b98e657163490584dc2a0cc4b32
cpu: Introduce cpu_resume(), for single CPU

Also add a stub for it, to make possible to use it in qom/cpu.c,
which is shared with user emulators.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
cpus.c
include/qom/cpu.h
stubs/Makefile.objs
stubs/cpus.c [new file with mode: 0644]