]> git.proxmox.com Git - mirror_qemu.git/commit - linux-user/main.c
linux-user/main.c: Add option to user-mode emulation so that user can specify log...
author陳韋任 <chenwj@iis.sinica.edu.tw>
Tue, 8 Nov 2011 09:46:44 +0000 (17:46 +0800)
committerRiku Voipio <riku.voipio@linaro.org>
Thu, 2 Feb 2012 15:51:20 +0000 (17:51 +0200)
commit50171d42071d492b916f737b227bc6f3751fee7c
treef70f663dc44caee7c23cee4a09d52255a436251a
parent257450ee59fd7e781cb4e2316ddc845c40b9fc42
linux-user/main.c: Add option to user-mode emulation so that user can specify log file name

  QEMU linux user-mode's default log file name is "/tmp/qemu.log". In order to
change the log file name, user need to modify the source code then recompile
QEMU. This patch allow user use "-D logfile" option to specify the log file
name.

Signed-off-by: Chen Wen-Ren <chenwj@iis.sinica.edu.tw>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/main.c