mirror of
https://github.com/mii443/qemu.git
synced 2025-08-28 09:59:34 +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();
|
|
}
|