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