Peter Maydell | 87c9b5e | 2016-01-29 17:49:52 +0000 | [diff] [blame] | 1 | #include "qemu/osdep.h" |
Marc-André Lureau | 89fc45d | 2022-03-23 19:57:36 +0400 | [diff] [blame] | 2 | #include "sysemu/sysemu.h" |
Paolo Bonzini | 5708fc6 | 2012-11-26 15:36:40 +0100 | [diff] [blame] | 3 | |
4 | const char *qemu_get_vm_name(void) | ||||
5 | { | ||||
6 | return NULL; | ||||
7 | } | ||||
8 |