tests/qemu-iotests: Restrict tests using "--blockdev file" to the file protocol
[qemu/kevin.git] / stubs / get-vm-name.c
blob0906303f73068e792fd065f90fc040d911782b5b
1 #include "qemu/osdep.h"
2 #include "sysemu/sysemu.h"
4 const char *qemu_get_vm_name(void)
6 return NULL;