From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ME9Al-00038A-GH for qemu-devel@nongnu.org; Tue, 09 Jun 2009 17:47:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ME9Ag-00031f-JK for qemu-devel@nongnu.org; Tue, 09 Jun 2009 17:47:58 -0400 Received: from [199.232.76.173] (port=42397 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ME9Ag-00031E-Cq for qemu-devel@nongnu.org; Tue, 09 Jun 2009 17:47:54 -0400 Received: from mx2.redhat.com ([66.187.237.31]:60462) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ME9Af-0006N9-Qw for qemu-devel@nongnu.org; Tue, 09 Jun 2009 17:47:54 -0400 Subject: Re: [Qemu-devel] [PATCH 0/4] Small monitor cleanup From: Mark McLoughlin In-Reply-To: <20090609182016.04f1420d@redhat.com> References: <20090609182016.04f1420d@redhat.com> Content-Type: text/plain Date: Tue, 09 Jun 2009 22:47:50 +0100 Message-Id: <1244584070.7164.20.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org 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 Cheers, Mark.