X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Fstubs%2Fvm-stop.c;fp=qemu%2Fstubs%2Fvm-stop.c;h=69fd86b2e82e0b96add2fe76efdb56323a1beeda;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/stubs/vm-stop.c b/qemu/stubs/vm-stop.c new file mode 100644 index 000000000..69fd86b2e --- /dev/null +++ b/qemu/stubs/vm-stop.c @@ -0,0 +1,12 @@ +#include "qemu-common.h" +#include "sysemu/sysemu.h" + +void qemu_system_vmstop_request_prepare(void) +{ + abort(); +} + +void qemu_system_vmstop_request(RunState state) +{ + abort(); +}