From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXmHx-0001As-Ih for qemu-devel@nongnu.org; Tue, 17 Mar 2015 03:51:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXmHs-0005TM-1G for qemu-devel@nongnu.org; Tue, 17 Mar 2015 03:51:45 -0400 Message-ID: <5507DCA9.6070907@suse.de> Date: Tue, 17 Mar 2015 08:50:01 +0100 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> In-Reply-To: <87wq2gjcc8.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: qemu-ppc , qemu-devel@nongnu.org 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. Alex