qemu/bsd-user
Matthew Fernandez c235d7387c Command line support for altering the log file location
Add command line support for logging to a location other than /tmp/qemu.log.

With logging enabled (command line option -d), the log is written to
the hard-coded path /tmp/qemu.log. This patch adds support for writing
the log to a different location by passing the -D option.

Signed-off-by: Matthew Fernandez <matthew.fernandez@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2011-06-15 16:51:24 +00:00
..
freebsd
i386
netbsd
openbsd
sparc
sparc64
x86_64
bsd-mman.h
bsdload.c
elfload.c
errno_defs.h
main.c Command line support for altering the log file location 2011-06-15 16:51:24 +00:00
mmap.c
qemu-types.h
qemu.h Fix typos in comments (neccessary -> necessary) 2011-05-08 10:02:18 +01:00
signal.c
strace.c
syscall.c Fix compilation warning due to missing header for sigaction (followup) 2011-06-08 09:04:29 +01:00
syscall_defs.h
uaccess.c