qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/6] Introduce monitor 'wait' command (v2)


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 2/6] Introduce monitor 'wait' command (v2)
Date: Wed, 08 Apr 2009 14:02:25 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Blue Swirl wrote:
On 4/8/09, Anthony Liguori <address@hidden> wrote:
The wait command will pause the monitor the command was issued in until a new
 event becomes available.  Events are queued if there isn't a waiter present.
 The wait command completes after a single event is available.

 +    if (!w->polling)
 +        monitor_resume(w->mon);

CODING_STYLE, chapter 4:
"Every indented statement is braced; even if the block contains just one
statement."

;-)
That's going to take me some time to get used to :-) I've been trying to stick with it...

Regards,

Anthony Liguori

--
Regards,

Anthony Liguori





reply via email to

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