From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mdf5h-0001NK-Cp for qemu-devel@nongnu.org; Wed, 19 Aug 2009 02:56:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mdf5c-0001GV-F2 for qemu-devel@nongnu.org; Wed, 19 Aug 2009 02:56:12 -0400 Received: from [199.232.76.173] (port=58031 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mdf5c-0001GO-BO for qemu-devel@nongnu.org; Wed, 19 Aug 2009 02:56:08 -0400 Received: from mx20.gnu.org ([199.232.41.8]:31059) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mdf5b-0002Gt-P0 for qemu-devel@nongnu.org; Wed, 19 Aug 2009 02:56:07 -0400 Received: from mail-fx0-f207.google.com ([209.85.220.207]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mdf5Z-0002vc-GY for qemu-devel@nongnu.org; Wed, 19 Aug 2009 02:56:05 -0400 Received: by fxm3 with SMTP id 3so4285547fxm.8 for ; Tue, 18 Aug 2009 23:56:04 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4A8BA200.4020901@gnu.org> Date: Wed, 19 Aug 2009 08:56:00 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <991e83f9676e77bb3a396d1544756b89cba7d373.1250646771.git.quintela@redhat.com> In-Reply-To: <991e83f9676e77bb3a396d1544756b89cba7d373.1250646771.git.quintela@redhat.com> 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 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. Paolo