qemu: Upstream regression of -stdio serial option.
authorRichard Jones <rjones@redhat.com>
Thu, 7 Jan 2010 12:21:42 +0000 (12:21 +0000)
committerRichard Jones <rjones@redhat.com>
Thu, 7 Jan 2010 13:31:19 +0000 (13:31 +0000)
commitb4a4db522fed542f48aa60717e65061c5e83c919
treeda6b1ef13150ffec12341d70c1a12095a942aa94
parentce68503d5c74585f7f4df8a9ad3d54f927dfbcad
qemu: Upstream regression of -stdio serial option.

Best explained by the comment in the code:

    /* Newer versions of qemu (from around 2009/12) changed the
     * behaviour of monitors so that an implicit '-monitor stdio' is
     * assumed if we are in -nographic mode and there is no other
     * -monitor option.  Only a single stdio device is allowed, so
     * this broke the '-serial stdio' option.  There is a new flag
     * called -nodefaults which gets rid of all this default crud, so
     * let's use that to avoid this and any future surprises.
     */
src/guestfs.c