mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 05:20:50 +00:00
5708fc6655
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8 lines
99 B
C
8 lines
99 B
C
#include "qemu-common.h"
|
|
#include "sysemu/sysemu.h"
|
|
|
|
void vm_stop(RunState state)
|
|
{
|
|
abort();
|
|
}
|