From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnS7N-0007Y1-N6 for qemu-devel@nongnu.org; Sat, 17 Oct 2015 10:05:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZnS7K-0003Lh-H3 for qemu-devel@nongnu.org; Sat, 17 Oct 2015 10:05:53 -0400 Received: from mail-vk0-f47.google.com ([209.85.213.47]:33680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnS7K-0003Ld-Dd for qemu-devel@nongnu.org; Sat, 17 Oct 2015 10:05:50 -0400 Received: by vkaw128 with SMTP id w128so83040143vka.0 for ; Sat, 17 Oct 2015 07:05:49 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1445003887-14475-1-git-send-email-peter.maydell@linaro.org> References: <1445003887-14475-1-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Sat, 17 Oct 2015 15:05:30 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/13] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers On 16 October 2015 at 14:57, Peter Maydell wrote: > Flushing the target-arm queue for softfreeze. I still have stuff > in my to-review queue but it mostly looked too RFC-ish/otherwise > not really 2.5 material, or just needs a bit more time on list for > review. > > thanks > -- PMM > > > > The following changes since commit c49d3411faae8ffaab8f7e5db47405a008411c10: > > Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-10-12' into staging (2015-10-13 10:42:06 +0100) > > are available in the git repository at: > > > git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20151016 > > for you to fetch changes up to 5d98bf8f38c17a348ab6e8af196088cd4953acd0: > > target-arm: Fix CPU breakpoint handling (2015-10-16 14:48:56 +0100) > > ---------------------------------------------------------------- > target-arm queue: > * break TBs after ISB instructions > * more support code for future implementation of EL2 and 64-bit EL3 > * tell guest if KVM is enabled in SMBIOS version string > * implement OSLAR/OSLSR system registers > * provide better help text for Sharp PDA machine names > * rename imx25_pdk to imx25-pdk (since it has never been released > with the underscore-version name) > * fix MMIO writes in zynq_slcr > * implement MDCR_EL2 > * virt: allow the guest to configure PCI BARs with zero PCI addresses > * fix breakpoint handling code > > ---------------------------------------------------------------- Applied, thanks. -- PMM