From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrXuZ-00054Z-T8 for qemu-devel@nongnu.org; Tue, 25 Jun 2013 14:24:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UrXuW-0005Bl-Vq for qemu-devel@nongnu.org; Tue, 25 Jun 2013 14:24:15 -0400 Received: from 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.d.1.0.0.b.8.0.1.0.0.2.ip6.arpa ([2001:8b0:1d0::1]:58189 helo=mnementh.archaic.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UrXuW-0005BU-Nx for qemu-devel@nongnu.org; Tue, 25 Jun 2013 14:24:12 -0400 From: Peter Maydell Date: Tue, 25 Jun 2013 19:21:48 +0100 Message-Id: <1372184516-32397-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/8] arm-devs queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Paul Brook arm-devs pullreq; nothing particularly earthshattering. As with the target-arm pullreq, I'm trying to create a signed pullreq here, so let me know if I've messed it up. The signed tag itself is 'pull-arm-devs-20130625'; arm-devs.for-upstream is the branch name, as usual. The following changes since commit baf8673ca802cb3ea2cdbe94813441d23bde223b: Merge remote-tracking branch 'stefanha/block' into staging (2013-06-24 14:33:17 -0500) are available in the git repository at: git://git.linaro.org/people/pmaydell/qemu-arm.git arm-devs.for-upstream for you to fetch changes up to 7426aa72c36c908a7d0eae3e38568bb0a70de479: nand: Don't inherit from Sysbus (2013-06-25 19:15:46 +0100) ---------------------------------------------------------------- arm-devs queue ---------------------------------------------------------------- Jean-Christophe DUBOIS (2): i.MX: Implement a more complete version of the GPT timer. i.MX: Rework functions/types name and use new style initialization John Rigby (1): ARM: Allow dumping of device tree Peter Crosthwaite (3): block/nand: QOM casting sweep block/nand: Convert Sysbus::init to Device::realize nand: Don't inherit from Sysbus Peter Maydell (1): arm/boot: Free dtb blob memory after use Stefan Weil (1): i.MX31: Fix PRCS bit test hw/arm/boot.c | 21 +- hw/block/nand.c | 48 +++-- hw/misc/imx_ccm.c | 2 +- hw/timer/imx_gpt.c | 558 ++++++++++++++++++++++++++++++---------------------- 4 files changed, 369 insertions(+), 260 deletions(-)