From patchwork Fri Aug 10 03:54:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Peter A. G. Crosthwaite" X-Patchwork-Id: 176357 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 0A46A2C00A3 for ; Fri, 10 Aug 2012 13:55:51 +1000 (EST) Received: from localhost ([::1]:34933 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzgKD-0001xG-2o for incoming@patchwork.ozlabs.org; Thu, 09 Aug 2012 23:55:49 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50128) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzgK3-0001uc-U8 for qemu-devel@nongnu.org; Thu, 09 Aug 2012 23:55:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzgK0-0001oH-Rx for qemu-devel@nongnu.org; Thu, 09 Aug 2012 23:55:39 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:64262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzgK0-0001o7-Ls for qemu-devel@nongnu.org; Thu, 09 Aug 2012 23:55:36 -0400 Received: by pbbrp12 with SMTP id rp12so1872820pbb.4 for ; Thu, 09 Aug 2012 20:55:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:date:message-id:x-mailer:x-gm-message-state; bh=uJbypK9SxySyXHVbtM4S3QgKOIPLwyiufusfv/exTok=; b=BgRhndDfHd5XnvEdZIQ5oRsl77Oad7OZ2ApiuohRmVejMpfpKwz8QGHDOpHoN+BiDC fXskenx5+k5nEezBNGT8sBOq3h/Tx/9ubMC8SKHidafrmDTJPA0DveXDRbBVv90bCfdZ 7PfgGgrsuCDdCqWpJpLhO0YRCRhcRucUHK4KvTegoorH32WfpAlrDKcs68ec9NeoIanm TbGkWvpezEbNzGK4KOizLoGZx21jTltteDB/+X9TTFTHE7fZltNq+C87fei7WmmTxOIW iZg1Rh2A4h7F6AJbJ6PiqxH2mICsCW/Zvm8XXVykGYypjeq0s1JOdnNn1Ttg5HzOHZ8f eLiw== Received: by 10.68.224.161 with SMTP id rd1mr9130255pbc.133.1344570935496; Thu, 09 Aug 2012 20:55:35 -0700 (PDT) Received: from localhost ([124.148.20.9]) by mx.google.com with ESMTPS id ng8sm2451280pbc.13.2012.08.09.20.55.33 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 09 Aug 2012 20:55:34 -0700 (PDT) From: "Peter A. G. Crosthwaite" To: peter.crosthwaite@petalogix.com, qemu-trivial@nongnu.org, agraf@suse.de, qemu-devel@nongnu.org Date: Fri, 10 Aug 2012 13:54:25 +1000 Message-Id: <1344570866-28595-1-git-send-email-peter.crosthwaite@petalogix.com> X-Mailer: git-send-email 1.7.0.4 X-Gm-Message-State: ALoCoQn7KYRuXSH0YfKXlCFe6TP6dGG4WAknBLcA9KKSoDDQsKMv+8dIBDiVFT8GQd3vOkZ3ZjXR X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.45 Subject: [Qemu-devel] [PULL 0/1] device_tree: load_device_tree(): Allow NULL sizep X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit 3d1d9652978ac5a32a0beb4bdf6065ca39440d89: Bruce Rogers (1): handle device help before accelerator set up are available in the git repository at: git://developer.petalogix.com/public/qemu.git for-upstream/device-tree-null-size.next Peter A. G. Crosthwaite (1): device_tree: load_device_tree(): Allow NULL sizep device_tree.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-)