]> git.proxmox.com Git - qemu.git/commit - exec.c
w32: Disable buffering for log file
authorStefan Weil <sw@weilnetz.de>
Sat, 3 Dec 2011 21:32:37 +0000 (22:32 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 10 Dec 2011 17:05:48 +0000 (17:05 +0000)
commitdaf767b16aeb32e5b9a77066ba130fe723f875ca
treeca0ea44b05c64bd63d06e5fea8523ee4f75d706a
parent946fc459969b78966798399d5dc8ec7e6f4a1c1c
w32: Disable buffering for log file

W32 does not support line buffering, but it supports unbuffered output.

Unbuffered output is better for writing to qemu.log than fully buffered
output because it also shows the latest log messages when an application
crash occurs.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
exec.c