mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
8 lines
99 B
C
8 lines
99 B
C
|
#include "qemu-common.h"
|
||
|
#include "sysemu/sysemu.h"
|
||
|
|
||
|
void vm_stop(RunState state)
|
||
|
{
|
||
|
abort();
|
||
|
}
|