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