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