From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHYNd-0003JE-2o for qemu-devel@nongnu.org; Tue, 21 Jul 2015 10:18:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHYNX-0002SN-GM for qemu-devel@nongnu.org; Tue, 21 Jul 2015 10:18:49 -0400 Message-ID: <55AE54C0.6010907@suse.de> Date: Tue, 21 Jul 2015 16:18:40 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1437455978.5809.2.camel@kernel.crashing.org> <55ADE64A.7050702@twiddle.net> <1437460396.5809.5.camel@kernel.crashing.org> <55ADE936.8090407@twiddle.net> <1437471990.5809.7.camel@kernel.crashing.org> <55AE3542.5080300@suse.de> <1437481580.5809.18.camel@kernel.crashing.org> <55AE4DB5.9@redhat.com> In-Reply-To: <55AE4DB5.9@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] tcg/ppc: Improve unaligned load/store handling on 64-bit backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Benjamin Herrenschmidt Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Aurelien Jarno , Richard Henderson On 07/21/15 15:48, Paolo Bonzini wrote: > > On 21/07/2015 14:26, Benjamin Herrenschmidt wrote: >>>> So who can pick those up? PPC TCG is pretty much unmaintained since Malc >>>> disappeared, no? >> Did you just raise your hand ? :-) >> >> Worst case I'm happy to just keep a branch of my things that have had >> external reviews and directly get "whoever's the boss" pull from that >> (Paolo ?) > The boss would be either Peter or Alex, certainly not me. :) I can happily take on this after my paternity leave, but considering that I'm out for 3 months in 1 month from now and have a pretty huge pile of stuff that needs to get done until then I'd rather keep things low right now ;) Ben. how about you just push them directly to Peter with Reviewed-bys from Richard in a pull request? Chances that there are patches from someone who's not you for ppc tcg are pretty low atm. And for those we can always improvise when the time comes. Alex