From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57491 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4Es6-0002N7-5W for qemu-devel@nongnu.org; Mon, 28 Mar 2011 12:00:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4Es5-00086s-7S for qemu-devel@nongnu.org; Mon, 28 Mar 2011 12:00:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4Es4-00086V-Tl for qemu-devel@nongnu.org; Mon, 28 Mar 2011 12:00:49 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p2SG0lMA000993 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 28 Mar 2011 12:00:47 -0400 Date: Mon, 28 Mar 2011 18:00:42 +0200 From: Alon Levy Subject: Re: [Qemu-devel] [PATCH v23 01/11] trace: move trace objects from Makefile to Makefile.objs Message-ID: <20110328160042.GG2741@playa.redhat.com> References: <1300886393-2799-1-git-send-email-alevy@redhat.com> <1300886393-2799-2-git-send-email-alevy@redhat.com> <4D90780E.9060809@redhat.com> <20110328142609.GB2741@playa.redhat.com> <4D909B82.7010303@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D909B82.7010303@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes Sorensen Cc: qemu-devel@nongnu.org On Mon, Mar 28, 2011 at 04:30:26PM +0200, Jes Sorensen wrote: > On 03/28/11 16:26, Alon Levy wrote: > > On Mon, Mar 28, 2011 at 01:59:10PM +0200, Jes Sorensen wrote: > >> On 03/23/11 14:19, Alon Levy wrote: > >>> --- > >>> Makefile | 32 -------------------------------- > >>> Makefile.objs | 32 ++++++++++++++++++++++++++++++++ > >>> 2 files changed, 32 insertions(+), 32 deletions(-) > >> > >> Acked-by: Jes Sorensen > >> > >> This should be able to go in as is - even other parts of ccid should stall. > >> > > > > ok, for convenience I'm just going to send v24 with all patches, including the > > acked ones - no patch name has been change, no patch added, so it should be > > easy to just skip the ones you already acked. > > Thats fine - can you include a list of which are changed so it is faster > to review just those? Yes, it will be in the cover letter. > > Cheers, > Jes >