qemu-devel
[Top][All Lists]
Advanced

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

Re: [libvirt] Re: [Qemu-devel] [PATCH 1/6] Allow multiple monitor device


From: François Revol
Subject: Re: [libvirt] Re: [Qemu-devel] [PATCH 1/6] Allow multiple monitor devices (v2)
Date: Thu, 09 Apr 2009 17:15:33 +0200 CEST

> >>> I want async
> >>> notifications added to a single monitor session. That too could
> > > > be
> >>> implemented today (as simple as a term_printf("notification: ...\
> > > > n");
> >>
> >> No.  It is simple on the qemu side only.  Parsing notifications
> > > poping
> >> up at random places in the stream is more complex.
> >
> > I don't understand why, if there's a common prefix.
> >
> > Everywhere you expect (qemu), also expect notification:.
>
> Please no more async notifications to the monitors. They are just
> ugly
> to parse, at least for us humans. I don't want to see any
> notification
> in the middle of my half-typed command e.g.
>

What about acting like what the shell prompt does for jobs ?
It just outputs it after the line is parsed or the command has
returned.

if (monitor_input_empty)
        output(foo);
else
        queue_output(foo);

François.




reply via email to

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