]> Git Repo - qemu.git/blobdiff - qemu-tool.c
kvmvapic: Disable if there is insufficient memory
[qemu.git] / qemu-tool.c
index 318c5fcbca8a943b52fd5e765be9b5c0450db101..64b5e88bc7a684a39625c37cc0ce2c7a299d306d 100644 (file)
@@ -30,6 +30,11 @@ struct QEMUBH
     void *opaque;
 };
 
+const char *qemu_get_vm_name(void)
+{
+    return NULL;
+}
+
 Monitor *cur_mon;
 
 int monitor_cur_is_qmp(void)
This page took 0.022497 seconds and 4 git commands to generate.