From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z60AM-0001SJ-0L for qemu-devel@nongnu.org; Fri, 19 Jun 2015 13:33:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z60AH-0007pG-ER for qemu-devel@nongnu.org; Fri, 19 Jun 2015 13:33:21 -0400 Received: from mail-yk0-f181.google.com ([209.85.160.181]:33938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z60AH-0007ot-1S for qemu-devel@nongnu.org; Fri, 19 Jun 2015 13:33:17 -0400 Received: by ykfl8 with SMTP id l8so97328911ykf.1 for ; Fri, 19 Jun 2015 10:33:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1434721636-25357-1-git-send-email-peter.maydell@linaro.org> References: <1434721636-25357-1-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Fri, 19 Jun 2015 18:32:56 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/12] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers On 19 June 2015 at 14:47, Peter Maydell wrote: > target-arm queue, mostly a collection of the last few stray features > that have been on the list in plenty of time for softfreeze but didn't > quite make the previous pullreq. > > I expect the "support GICv2m with virt board ACPI tables" patch also > to go in for 2.4, but it needs a little more review time. Other than that > I think we should be down to bugfix patches. > > -- PMM > > The following changes since commit ffdb1409a79c9cc91afd9f58df625fdca16bf8b9: > > Merge remote-tracking branch 'remotes/pmaydell/tags/pull-cocoa-20150619-1' into staging (2015-06-19 12:54:08 +0100) > > are available in the git repository at: > > > git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20150619 > > for you to fetch changes up to a59d31a1ebdce796a469242800db89bf09c94580: > > semihosting: add --semihosting-config arg sub-argument (2015-06-19 14:17:45 +0100) > > ---------------------------------------------------------------- > target-arm queue: > * support --semihosting-config,arg=value > * Cortex-R5 support (including implementing them on the Zynq board) > * Cortex-M4 support (without FPU) > * enable vfio-calxeda-xgmac > * don't reset ALIAS sysregs Applied, thanks. -- PMM