Sign in
qemu
/
qemu
/
2a0c51366985890e3bf6f41a48f3cb2dfe2f153e
/
.
/
stubs
/
get-vm-name.c
blob: fa990136b068d0cff44da95ac11f46084b267009 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"qemu-common.h"
const
char
*
qemu_get_vm_name
(
void
)
{
return
NULL
;
}