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