Sign in
qemu
/
qemu
/
6c5df4b48f0c52a61342ecb307a43f4c2a3565c4
/
.
/
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
;
}