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