mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 21:40:49 +00:00
8 lines
83 B
C
8 lines
83 B
C
|
#include "qemu-common.h"
|
||
|
|
||
|
const char *qemu_get_vm_name(void)
|
||
|
{
|
||
|
return NULL;
|
||
|
}
|
||
|
|