From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0Ghx-0001p3-1M for qemu-devel@nongnu.org; Wed, 03 Jun 2015 18:00:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0Ght-0002i9-SW for qemu-devel@nongnu.org; Wed, 03 Jun 2015 18:00:20 -0400 Message-ID: <556F78EF.1030803@suse.de> Date: Thu, 04 Jun 2015 00:00:15 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1433367941-119488-1-git-send-email-agraf@suse.de> <1433367941-119488-2-git-send-email-agraf@suse.de> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 01/40] macio: Convert to realize() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "qemu-ppc@nongnu.org" , QEMU Developers , Markus Armbruster On 03.06.15 23:53, Peter Maydell wrote: > On 3 June 2015 at 22:45, Alexander Graf wrote: >> From: Markus Armbruster >> >> 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. >> >> 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. >> >> >From f366a9732b6790609cc89e0c9272899cfbbe4e02 Mon Sep 17 00:00:00 2001 >> From: Markus Armbruster >> Date: Tue, 20 Jan 2015 16:27:56 +0100 >> Subject: [PATCH] macio: Convert to realize() >> >> Convert device models "macio-oldworld" and "macio-newworld". >> >> Signed-off-by: Markus Armbruster >> Signed-off-by: Alexander Graf > > > Pretty sure you don't want all this chatter in the git commit! > Respin? Bleks. Please just refetch the same tag. I've removed the superfluous bits from the commit log. The following changes since commit 3fc827d591679f3e262b9d1f8b34528eabfca8c0: target-arm: Correct check for non-EL3 (2015-06-02 13:22:29 +0100) are available in the git repository at: git://github.com/agraf/qemu.git tags/signed-ppc-for-upstream for you to fetch changes up to 1de29aef17a7d70dbc04a7fe51e18942e3ebe313: softmmu: support up to 12 MMU modes (2015-06-03 23:56:56 +0200) Alex