mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-15 14:32:03 +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();
|
|
}
|