mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20220323155743.1585078-26-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8 lines
109 B
C
8 lines
109 B
C
#include "qemu/osdep.h"
|
|
#include "sysemu/sysemu.h"
|
|
|
|
const char *qemu_get_vm_name(void)
|
|
{
|
|
return NULL;
|
|
}
|
|
|