From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brPiZ-0003O2-3r for qemu-devel@nongnu.org; Tue, 04 Oct 2016 09:25:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1brPiU-0002ga-Fq for qemu-devel@nongnu.org; Tue, 04 Oct 2016 09:25:11 -0400 Received: from mail-vk0-x22a.google.com ([2607:f8b0:400c:c05::22a]:35927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1brPiU-0002fY-2Z for qemu-devel@nongnu.org; Tue, 04 Oct 2016 09:25:06 -0400 Received: by mail-vk0-x22a.google.com with SMTP id y190so158354472vkd.3 for ; Tue, 04 Oct 2016 06:25:06 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1475584975-25099-1-git-send-email-peter.maydell@linaro.org> References: <1475584975-25099-1-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Tue, 4 Oct 2016 14:24:44 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/27] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers On 4 October 2016 at 13:42, Peter Maydell wrote: > ARM patch queue, notably including the Netduino 2 updates > and support for in-kernel ITS with GICv3. > > -- PMM > > The following changes since commit 1bb47107057c645945971cf4e13eb8b524915b71: > > Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2016-10-04 11:28:30 +0100) > > are available in the git repository at: > > git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20161004 > > for you to fetch changes up to 9b6a3ea7a699594162ed3d11e4e04b98568dc5c0: > > target-arm: Correctly handle 'sub pc, pc, 1' for ARMv6 (2016-10-04 13:28:10 +0100) > > ---------------------------------------------------------------- > target-arm queue: > * Netduino 2 improvements (SPI, ADC devices) > * fix some Mainstone key mappings > * vmstateify tsc210x, tsc2005 > * virt: add 2.8 machine type > * virt: support in-kernel GICv3 ITS > * generic-loader device > * A64: fix iss_sf decoding in disas_ld_lit > * correctly handle 'sub pc, pc, 1' for ARMv6 > Applied, thanks. -- PMM