mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-14 08:41:56 +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;
|
|
}
|
|
|