5708fc6655
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8 lines
83 B
C
8 lines
83 B
C
#include "qemu-common.h"
|
|
|
|
const char *qemu_get_vm_name(void)
|
|
{
|
|
return NULL;
|
|
}
|
|
|