2993683b0f
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>
6 lines
57 B
C
6 lines
57 B
C
#include "qom/cpu.h"
|
|
|
|
void cpu_resume(CPUState *cpu)
|
|
{
|
|
}
|