Thank you very much Markus.
We were literally two minutes ahead, we've added a tty to -monitor so that a 
function key exposes it; actually, this is better than the original qemu 
monitor.
So now it's (say) -monitor /dev/tty2 and a simple ctrl-alt-f2 exposes a momitor 
screen.

Sorry for the false alarm, and once again, thanks a million.

Simon

----------------------------------------
> From: arm...@redhat.com
> To: verucasal...@hotmail.co.uk
> CC: kvm@vger.kernel.org
> Subject: Re: I may have found a bug(unlikely) with Qemu-kvm 1.1
> Date: Tue, 5 Feb 2013 09:48:59 +0100
>
> Veruca Salt <verucasal...@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"
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
                                          --
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to