qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] moving CHR_EVENT_OPEN out of BH broke echo for muxed mon
@ 2013-07-03  6:03 Michael Tokarev
  2013-07-03 21:06 ` Michael Roth
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Tokarev @ 2013-07-03  6:03 UTC (permalink / raw)
  To: qemu-devel, Michael Roth, Anthony Liguori

Before

commit bd5c51ee6c4f1c79cae5ad2516d711a27b4ea8ec
Author: Michael Roth <mdroth@linux.vnet.ibm.com>
Date:   Fri Jun 7 15:19:53 2013 -0500

    qemu-char: don't issue CHR_EVENT_OPEN in a BH

we had no echo by default with -nographic, and it gave
the prompt when switching to monitor:

  $ qemu-system-x86_64 -nographic
  _

(nothing is on the screen except the command line)

  (Ctrl+A, c)
  QEMU 1.5.0 monitor - type 'help' for more information
  (qemu) _

After this patch, we now have:

  $ qemu-system-x86_64 -nographic
  QEMU 1.5.0 monitor - type 'help' for more information
  (qemu)
  _

(note the cursor position on the _next_ line after the prompt),
and the system is actually in "serial port" mode, not monitor
mode (you still need to hit Ctrl+A,c to switch to monitor).

Thanks,

/mjt

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-29 19:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-03  6:03 [Qemu-devel] moving CHR_EVENT_OPEN out of BH broke echo for muxed mon Michael Tokarev
2013-07-03 21:06 ` Michael Roth
2013-07-29 11:26   ` Michael Tokarev
2013-07-29 19:07     ` Michael Roth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).