mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
7 lines
83 B
C
7 lines
83 B
C
#include "qemu-common.h"
|
|
|
|
const char *qemu_get_vm_name(void)
|
|
{
|
|
return NULL;
|
|
}
|
|
|