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