From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdioF-0002me-9F for qemu-devel@nongnu.org; Wed, 19 Aug 2009 06:54:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mdio8-0002lV-NG for qemu-devel@nongnu.org; Wed, 19 Aug 2009 06:54:24 -0400 Received: from [199.232.76.173] (port=39588 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mdio7-0002lG-CK for qemu-devel@nongnu.org; Wed, 19 Aug 2009 06:54:19 -0400 Received: from ey-out-1920.google.com ([74.125.78.150]:15621) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mdio6-0006ye-W6 for qemu-devel@nongnu.org; Wed, 19 Aug 2009 06:54:19 -0400 Received: by ey-out-1920.google.com with SMTP id 5so832317eyb.4 for ; Wed, 19 Aug 2009 03:54:18 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4A8BD9D7.2040903@gnu.org> Date: Wed, 19 Aug 2009 12:54:15 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <991e83f9676e77bb3a396d1544756b89cba7d373.1250646771.git.quintela@redhat.com> <4A8BA200.4020901@gnu.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 2/6] We want to autostart on incoming conections Once there, indent surrounded code in qemu style List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org On 08/19/2009 11:18 AM, Juan Quintela wrote: > Reply-to: quintela@redhat.com > Paolo Bonzini wrote: >> On 08/19/2009 04:07 AM, Juan Quintela wrote: >>> Signed-off-by: Juan Quintela >>> --- >>> vl.c | 6 ++---- >>> 1 files changed, 2 insertions(+), 4 deletions(-) >> >> This is effectively reverting 2bb8c10c (more or less) and is already >> in Anthony's queue. > > But the series make everything work as expected and consistently, just > now it is a mess :( I was not saying it is wrong, just that it is unnecessary when applied on aliguori-queue.git. :-) Paolo