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