]> git.proxmox.com Git - qemu.git/commit
qemu-log: fix x86 and user logging
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 7 Jul 2012 14:40:18 +0000 (14:40 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 14 Jul 2012 11:53:03 +0000 (11:53 +0000)
commit3437e545857aa15e583e314471e9c86fc3e9a89c
treef88d8c61ef12d4b4ff56420cc67922828195b718
parent39a4ef1be680d7e60ee3a1cf6ff328dba0326365
qemu-log: fix x86 and user logging

5726c27fa913296aafab9f50b912cea5b3709271 broke
x86 specific options and user emulation specific stdio buffering.

Always enable all log items. They may not be useful for non-x86 targets,
but there's no harm either.

Fix user emulation buffering by passing around a flag.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
qemu-log.c
qemu-log.h