From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdN1o-0004rZ-Uj for qemu-devel@nongnu.org; Wed, 01 Apr 2015 14:06:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YdN1k-0005pM-4e for qemu-devel@nongnu.org; Wed, 01 Apr 2015 14:06:12 -0400 Received: from mail-ig0-f170.google.com ([209.85.213.170]:37002) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdN1k-0005pF-0D for qemu-devel@nongnu.org; Wed, 01 Apr 2015 14:06:08 -0400 Received: by igcxg11 with SMTP id xg11so53597190igc.0 for ; Wed, 01 Apr 2015 11:06:07 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1427908098-11358-1-git-send-email-peter.maydell@linaro.org> References: <1427908098-11358-1-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Wed, 1 Apr 2015 19:05:47 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/8] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers On 1 April 2015 at 18:08, Peter Maydell wrote: > Pull request with what I hope are the last ARM fixes for 2.3... > > > The following changes since commit b8a86c4ac4d04c106ba38fbd707041cba334a155: > > Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2015-04-01 11:31:31 +0100) > > are available in the git repository at: > > > git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20150401 > > for you to fetch changes up to 25b9fb107bc1f6735fdb3fce537792f5db95f78d: > > target-arm: kvm64 fix save/restore of SPSR regs (2015-04-01 17:57:30 +0100) > > ---------------------------------------------------------------- > target-arm: > * Fix broken migration on AArch64 KVM > * Fix minor memory leaks in virt, vexpress, highbank > * Honour requested filename when loading highbank rom image > > ---------------------------------------------------------------- Applied, thanks. -- PMM