mirror of
https://github.com/qemu/qemu.git
synced 2024-12-02 00:03:35 +08:00
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)
|
|
{
|
|
}
|