On Tue, Apr 29, 2014 at 1:02 AM, Michael Tokarev <m...@tls.msk.ru> wrote: > I guess we should have some global variable like "stdio_occuped", set > it to 1 when -daemonize is specified, and set and check it each time > we try to use stdio for something. This way we'll prevent various > parts of qemu from fighting for stdio.
That does seem to be a more fundamental solution. Thanks for the review. Mike