From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnnvy-0001Yz-3o for qemu-devel@nongnu.org; Tue, 14 Mar 2017 11:00:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnnvs-0001Bh-GY for qemu-devel@nongnu.org; Tue, 14 Mar 2017 11:00:22 -0400 Received: from mail-wr0-x230.google.com ([2a00:1450:400c:c0c::230]:34353) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cnnvs-0001Ad-Ao for qemu-devel@nongnu.org; Tue, 14 Mar 2017 11:00:16 -0400 Received: by mail-wr0-x230.google.com with SMTP id l37so126000751wrc.1 for ; Tue, 14 Mar 2017 08:00:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1489491125-23648-1-git-send-email-peter.maydell@linaro.org> References: <1489491125-23648-1-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Tue, 14 Mar 2017 15:59:54 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/2] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers On 14 March 2017 at 12:32, Peter Maydell wrote: > Couple of minor patches to sneak in before rc0. The PSCI return > values fix is the most important one. > > -- PMM > > The following changes since commit 94b5d57d2f5a3c849cecd65e424bb6f50b998df9: > > Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170314' into staging (2017-03-14 10:13:19 +0000) > > are available in the git repository at: > > git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20170314 > > for you to fetch changes up to d5affb0d8677e1a8a8fe03fa25005b669e7cdc02: > > target/arm/arm-powerctl: Fix psci info return values (2017-03-14 11:28:54 +0000) > > ---------------------------------------------------------------- > target-arm queue: > * arm-powerctl: Fix psci info return values > * implement armv8 PMUSERENR (user-mode enable bits) > > ---------------------------------------------------------------- > Andrew Baumann (1): > target/arm: implement armv8 PMUSERENR (user-mode enable bits) > > Andrew Jones (1): > target/arm/arm-powerctl: Fix psci info return values > > target/arm/cpu.h | 4 +-- > target/arm/helper.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++------ > 2 files changed, 73 insertions(+), 10 deletions(-) > Applied, thanks. -- PMM