From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MER95-0002ds-E6 for qemu-devel@nongnu.org; Wed, 10 Jun 2009 12:59:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MER90-0002Vs-Jy for qemu-devel@nongnu.org; Wed, 10 Jun 2009 12:59:26 -0400 Received: from [199.232.76.173] (port=49746 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MER90-0002Va-EG for qemu-devel@nongnu.org; Wed, 10 Jun 2009 12:59:22 -0400 Received: from mail-bw0-f223.google.com ([209.85.218.223]:47813) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MER90-0004iU-10 for qemu-devel@nongnu.org; Wed, 10 Jun 2009 12:59:22 -0400 Received: by bwz23 with SMTP id 23so801198bwz.34 for ; Wed, 10 Jun 2009 09:59:20 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1244584070.7164.20.camel@blaa> References: <20090609182016.04f1420d@redhat.com> <1244584070.7164.20.camel@blaa> Date: Wed, 10 Jun 2009 19:59:20 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 0/4] Small monitor cleanup From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark McLoughlin Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, Luiz Capitulino On 6/10/09, Mark McLoughlin wrote: > On Tue, 2009-06-09 at 18:20 -0300, Luiz Capitulino wrote: > > Hi there, > > > > This patch series contains simple patches to simplify monitor's > > monitor_handle_command() function a bit. > > > They all look like sensible and safe cleanups to me. > > Reviewed-by: Mark McLoughlin Thanks, applied all.