From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epBjA-0006zB-5S for qemu-devel@nongnu.org; Fri, 23 Feb 2018 06:41:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epBj9-0006Sb-Fd for qemu-devel@nongnu.org; Fri, 23 Feb 2018 06:41:24 -0500 Received: from mail-pl0-x22e.google.com ([2607:f8b0:400e:c01::22e]:35624) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1epBj9-0006Rm-9U for qemu-devel@nongnu.org; Fri, 23 Feb 2018 06:41:23 -0500 Received: by mail-pl0-x22e.google.com with SMTP id bb3so4752087plb.2 for ; Fri, 23 Feb 2018 03:41:23 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20180222234919.9060-1-richard.henderson@linaro.org> References: <20180222234919.9060-1-richard.henderson@linaro.org> From: Peter Maydell Date: Fri, 23 Feb 2018 11:41:02 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PULL 0/1] Add decodetree.py List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers On 22 February 2018 at 23:49, Richard Henderson wrote: > The following changes since commit ff8689611a1d954897d857b28f7ef404e11cfa2c: > > Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' into staging (2018-02-22 11:37:05 +0000) > > are available in the Git repository at: > > git://github.com/rth7680/qemu.git tags/pull-decode-20180222 > > for you to fetch changes up to 568ae7efae7e4b90e213049efb8b6e4e12b47ca3: > > scripts: Add decodetree.py (2018-02-22 15:44:07 -0800) > > ---------------------------------------------------------------- > Add decodetree.py > > ---------------------------------------------------------------- > Richard Henderson (1): > scripts: Add decodetree.py Applied, thanks. -- PMM