Sign in
qemu
/
qemu
/
219e638f3b3f3e34b5cf00c0a0d536a7e0155f70
/
.
/
stubs
/
get-vm-name.c
blob: 0906303f73068e792fd065f90fc040d911782b5b [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"sysemu/sysemu.h"
const
char
*
qemu_get_vm_name
(
void
)
{
return
NULL
;
}