From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQe5O-0006Lo-F8 for qemu-devel@nongnu.org; Tue, 23 Oct 2012 08:59:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQe5I-0001Wb-NA for qemu-devel@nongnu.org; Tue, 23 Oct 2012 08:59:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQe5I-0001WX-Ex for qemu-devel@nongnu.org; Tue, 23 Oct 2012 08:59:52 -0400 Message-ID: <508694C2.9060306@redhat.com> Date: Tue, 23 Oct 2012 14:59:46 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1350988210-1318-1-git-send-email-avi@redhat.com> <878vaxs5z4.fsf@codemonkey.ws> In-Reply-To: <878vaxs5z4.fsf@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Rename target_phys_addr_t to hwaddr List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Blue Swirl , Avi Kivity , qemu-devel@nongnu.org Il 23/10/2012 14:55, Anthony Liguori ha scritto: >> > Outstanding patchsets can be fixed up with the command >> > >> > git rebase -i --exec 'find -name "*.[ch]" >> > | xargs s/target_phys_addr_t/hwaddr/g' origin > We're getting pretty close to soft freeze so perhaps it's time to make a > couple big changes. > > Paolo, are you ready to do the file rename changes? I'd like to > coordinate this change with that one and do it all at the same time. Yes, I can send it when you want. However, pull requests will come in from at least Kevin and Luiz. Paolo