]> Git Repo - qemu.git/blobdiff - qemu-tool.c
kvmvapic: Disable if there is insufficient memory
[qemu.git] / qemu-tool.c
index 07fc4f201a591519b793f37cecde698ac0d61665..64b5e88bc7a684a39625c37cc0ce2c7a299d306d 100644 (file)
 
 #include <sys/time.h>
 
-FILE *logfile;
-
 struct QEMUBH
 {
     QEMUBHFunc *cb;
     void *opaque;
 };
 
+const char *qemu_get_vm_name(void)
+{
+    return NULL;
+}
+
 Monitor *cur_mon;
 
 int monitor_cur_is_qmp(void)
This page took 0.024113 seconds and 4 git commands to generate.