public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: Veruca Salt <verucasaltuk@hotmail.co.uk>
Cc: QEMU-KVM Mailing List <kvm@vger.kernel.org>
Subject: Re: I may have found a bug(unlikely) with Qemu-kvm 1.1
Date: Tue, 05 Feb 2013 09:48:59 +0100	[thread overview]
Message-ID: <87lib39mdg.fsf@blackfin.pond.sub.org> (raw)
In-Reply-To: <DUB121-W33A6B0B1D9F85C093EAEC790000@phx.gbl> (Veruca Salt's message of "Tue, 5 Feb 2013 08:06:14 +0000")

Veruca Salt <verucasaltuk@hotmail.co.uk> writes:

> We are upgrading, carefully, from 1.0 to 1.1.

Keep going; we're about to release 1.4 ;)

> We welcome the improved AC97 support and the loss of the ehci warning
> message on startup.
>
> I am finding an issue getting through to the monitor however.
> Neither ctrl-alt-shift-2 nor ctrl-alt-2 exposes the monitor.

I never use that one, but it should work.

> I have even tried using the -mon option code examples to force a
> monitor to stdio, but the monitor stubbornly refuses to appear.
>
> Any advice would be greatly appreciated.

These all work for me:

* Shorthand syntax

    -monitor stdio

* Equivalent longhand

    -chardev stdio,id=mon0 -mon chardev=mon0,mode=readline,default=on

* Same as config file snippet, for use with -readconfig

    [chardev "mon0"]
      backend = "stdio"

    [mon]
      chardev = "mon0"
      mode = "readline"
      default = "on"

  reply	other threads:[~2013-02-05  8:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-05  8:06 I may have found a bug(unlikely) with Qemu-kvm 1.1 Veruca Salt
2013-02-05  8:48 ` Markus Armbruster [this message]
2013-02-05  9:19   ` Veruca Salt
2013-02-05  9:20     ` Veruca Salt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lib39mdg.fsf@blackfin.pond.sub.org \
    --to=armbru@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=verucasaltuk@hotmail.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox