mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 22:41:07 +00:00
5698346391
If flushing the block devices fails, return an error. The VM is stopped anyway. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
7 lines
98 B
C
7 lines
98 B
C
#include "qemu-common.h"
|
|
#include "sysemu/sysemu.h"
|
|
|
|
int vm_stop(RunState state)
|
|
{
|
|
abort();
|
|
}
|