From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtbQQ-0000cV-7O for qemu-devel@nongnu.org; Sat, 16 May 2015 08:42:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YtbQN-0000a8-0w for qemu-devel@nongnu.org; Sat, 16 May 2015 08:42:42 -0400 Message-ID: <55573B3B.1030800@suse.de> Date: Sat, 16 May 2015 14:42:35 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1425041028-21531-1-git-send-email-armbru@redhat.com> <54F0854C.40909@suse.de> <87vbia58h0.fsf@blackfin.pond.sub.org> <5507D70D.8080508@suse.de> <87wq2gjcc8.fsf@blackfin.pond.sub.org> <5507DCA9.6070907@suse.de> <87pp629csz.fsf@blackfin.pond.sub.org> In-Reply-To: <87pp629csz.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] macio: Convert to realize() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Scott Wood , qemu-ppc , qemu-devel@nongnu.org On 15.05.15 15:43, Markus Armbruster wrote: > Alexander Graf writes: > >> On 17.03.15 08:46, Markus Armbruster wrote: >>> Alexander Graf writes: >>> >>>> On 09.03.15 19:30, Markus Armbruster wrote: >>>>> Alexander Graf writes: >>>>> >>>>>> On 27.02.15 13:43, Markus Armbruster wrote: >>>>>>> Convert device models "macio-oldworld" and "macio-newworld". >>>>>>> >>>>>>> Signed-off-by: Markus Armbruster >>>>>>> --- >>>>>>> Depends on my "[PATCH 00/10] pci: Partial conversion to realize", >>>>>>> which is in Michael's latest pull request. >>>>>> >>>>>> Can you please poke me again when it landed? >>>>> >>>>> Applies cleanly to master now (commit 277263e). >>>> >>>> Hrm, does not seem to apply cleanly now. How about we postpone this to >>>> 2.4? It's not really crucial for 2.3 and we're in hard freeze now. >>> >>> Sad (it's been on list for almost three weeks, most of the time waiting >>> for the PCI pull), but it's clearly your choice to make. >> >> Yeah, but we're past hard freeze and I'd consider this not critical >> enough to warrant potential breakage. >> >>> git-am doesn't dare to apply the patch on list, but git-cherry-pick >>> applies the commit from which it was formatted without a peep. Result >>> appended, just in case you'd like to consider it. >> >> Awesome, that was quick. Thanks, applied to ppc-next-2.4. > > Pull request ETA? I don't mean to be pushy, but I've been trying to get > this in since February, and I got more work depending on it... Some of the patches in David's latest spapr queue are regressing compilation on older libfdt versions right now. If I don't see patches to fix this, I'll just remove them from my queue again. I could also use some help triaging the current autotest failures: https://lists.gnu.org/archive/html/qemu-ppc-autotest/2015-05/msg00003.html A good amount of those is probably upstream kernel breakage, but it'd be good to know for sure. Alex