1 2 3 4 5 6 7 8
#include "qemu/osdep.h" #include "sysemu/sysemu.h" const char *qemu_get_vm_name(void) { return NULL; }