From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz8Rv-0005GL-Qo for qemu-devel@nongnu.org; Thu, 11 Dec 2014 13:26:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xz8Rq-0006bM-Jf for qemu-devel@nongnu.org; Thu, 11 Dec 2014 13:26:51 -0500 Received: from mail-la0-f53.google.com ([209.85.215.53]:62681) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz8Rq-0006b7-DT for qemu-devel@nongnu.org; Thu, 11 Dec 2014 13:26:46 -0500 Received: by mail-la0-f53.google.com with SMTP id gm9so4870877lab.12 for ; Thu, 11 Dec 2014 10:26:45 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1418300395-4348-1-git-send-email-peter.maydell@linaro.org> References: <1418300395-4348-1-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Thu, 11 Dec 2014 18:26:24 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/33] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers On 11 December 2014 at 12:19, Peter Maydell wrote: > First ARM pullreq for 2.3; the big thing here is all the TrustZone > support, though we still don't enable it for any CPUs yet, so in > theory no behavioural changes. > > The following changes since commit a09f2d16f6b9f5bcdedb4d116bb54da86e9a3f6e: > > Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20141210' into staging (2014-12-11 11:41:11 +0000) > > are available in the git repository at: > > > git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20141211 > > for you to fetch changes up to 25f2895e0e437a3548f9794846001fb5d5ab853d: > > target-arm: Check error conditions on kvm_arm_reset_vcpu (2014-12-11 12:07:53 +0000) > > ---------------------------------------------------------------- > target-arm queue: > * pass semihosting exit code out to system > * more TrustZone support code (still not enabled yet) > * allow user to direct semihosting to gdb or native explicitly > rather than always auto-guessing the destination > * fix memory leak in realview_init > * fix coverity warning in hw/arm/boot > * get state migration working for AArch64 CPUs > * check errors in kvm_arm_reset_vcpu > > ---------------------------------------------------------------- Applied, thanks. -- PMM