summaryrefslogtreecommitdiff
path: root/stubs/get-vm-name.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/get-vm-name.c')
-rw-r--r--stubs/get-vm-name.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/stubs/get-vm-name.c b/stubs/get-vm-name.c
new file mode 100644
index 0000000000..e5f619ffab
--- /dev/null
+++ b/stubs/get-vm-name.c
@@ -0,0 +1,7 @@
+#include "qemu-common.h"
+
+const char *qemu_get_vm_name(void)
+{
+ return NULL;
+}
+