mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00

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