qemu-patch-raspberry4/stubs/cpus.c
Igor Mammedov 2993683b0f 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>
2013-05-01 13:04:17 +02:00

6 lines
57 B
C

#include "qom/cpu.h"
void cpu_resume(CPUState *cpu)
{
}