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