qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] moving CHR_EVENT_OPEN out of BH broke echo for muxed mon


From: Michael Tokarev
Subject: [Qemu-devel] moving CHR_EVENT_OPEN out of BH broke echo for muxed mon
Date: Wed, 03 Jul 2013 10:03:38 +0400
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:17.0) Gecko/20130529 Icedove/17.0.5

Before

commit bd5c51ee6c4f1c79cae5ad2516d711a27b4ea8ec
Author: Michael Roth <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]