From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyOND-00064V-2R for qemu-devel@nongnu.org; Fri, 29 May 2015 13:47:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyON9-0001Mu-T9 for qemu-devel@nongnu.org; Fri, 29 May 2015 13:47:11 -0400 Received: from mail-ie0-f177.google.com ([209.85.223.177]:36553) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyON9-0001Mk-PU for qemu-devel@nongnu.org; Fri, 29 May 2015 13:47:07 -0400 Received: by iepj10 with SMTP id j10so68219245iep.3 for ; Fri, 29 May 2015 10:47:07 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1432905045-22138-1-git-send-email-peter.maydell@linaro.org> References: <1432905045-22138-1-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Fri, 29 May 2015 18:46:46 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/39] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers On 29 May 2015 at 14:10, Peter Maydell wrote: > Main thing here is the ACPI patchset landing... > > -- PMM > > The following changes since commit ba7c388963e099c0d2cedb7f048e30747ffff25d: > > Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150529-1' into staging (2015-05-29 10:17:49 +0100) > > are available in the git repository at: > > > git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20150529 > > for you to fetch changes up to 3960c336ad96c2183549c8bf32bbff93ecda7ea4: > > target-arm: Avoid buffer overrun on UNPREDICTABLE ldrd/strd (2015-05-29 11:29:00 +0100) > > ---------------------------------------------------------------- > target-arm: > * Support ACPI for ARMv8 systems using the 'virt' board > (and a UEFI boot image, typically) > * avoid buffer overrun in some UNPREDICTABLE ldrd/strd cases > * further work preparing for 64-bit EL2/EL3 support Applied, thanks. -- PMM