aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/patches/qemu-logging
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ioemu/patches/qemu-logging')
-rw-r--r--tools/ioemu/patches/qemu-logging2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ioemu/patches/qemu-logging b/tools/ioemu/patches/qemu-logging
index 901f5db3fe..a2001d9ac6 100644
--- a/tools/ioemu/patches/qemu-logging
+++ b/tools/ioemu/patches/qemu-logging
@@ -43,7 +43,7 @@ Index: ioemu/vl.c
/* default mac address of the first network interface */
+ /* init debug */
-+ sprintf(qemu_dm_logfilename, "/var/log/qemu-dm.%d.log", getpid());
++ sprintf(qemu_dm_logfilename, "/var/log/xen/qemu-dm.%d.log", getpid());
+ cpu_set_log_filename(qemu_dm_logfilename);
+ cpu_set_log(0);
+