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