89fc45d5c6
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>
9 lines
109 B
C
9 lines
109 B
C
#include "qemu/osdep.h"
|
|
#include "sysemu/sysemu.h"
|
|
|
|
const char *qemu_get_vm_name(void)
|
|
{
|
|
return NULL;
|
|
}
|
|
|