]> git.proxmox.com Git - qemu.git/blob - stubs/get-vm-name.c
block: complete all IOs before .bdrv_truncate
[qemu.git] / stubs / get-vm-name.c
1 #include "qemu-common.h"
2
3 const char *qemu_get_vm_name(void)
4 {
5 return NULL;
6 }
7