From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjTYt-0007Xv-0o for qemu-devel@nongnu.org; Thu, 21 Nov 2013 07:40:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjTYo-0006LH-4W for qemu-devel@nongnu.org; Thu, 21 Nov 2013 07:40:46 -0500 Received: from mail-lb0-f170.google.com ([209.85.217.170]:61050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjTYn-0006LD-Qr for qemu-devel@nongnu.org; Thu, 21 Nov 2013 07:40:41 -0500 Received: by mail-lb0-f170.google.com with SMTP id w7so4790051lbi.1 for ; Thu, 21 Nov 2013 04:40:40 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20131121123400.GD12412@sianko.jannau.net> References: <1380242934-20953-1-git-send-email-agraf@suse.de> <1380242934-20953-51-git-send-email-agraf@suse.de> <20131119204153.GC12412@sianko.jannau.net> <20131121123400.GD12412@sianko.jannau.net> From: Peter Maydell Date: Thu, 21 Nov 2013 12:40:20 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 50/60] AArch64: Add "Floating-point<->fixed-point List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Janne Grunau Cc: Michael Matz , Alexander Graf , QEMU Developers , C Fontana , Dirk Mueller , Laurent Desnogues , Christoffer Dall , Richard Henderson On 21 November 2013 12:34, Janne Grunau wrote: > wouldn't make sense to squash that fix into this patch? I'm not used to > the qemu development model but committing patches with already fixed > issues looks strange to me. Unless it's planned to fold the entire patch > series into one large commit. Yes, we intend as part of the cleanup of this patch series to fold in any later fixes where that makes sense. -- PMM