From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn5WL-00020R-Ud for qemu-devel@nongnu.org; Fri, 16 Oct 2015 09:58:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn5WL-0000jU-1X for qemu-devel@nongnu.org; Fri, 16 Oct 2015 09:58:09 -0400 Received: from mnementh.archaic.org.uk ([2001:8b0:1d0::1]:35158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn5WK-0000ht-Q7 for qemu-devel@nongnu.org; Fri, 16 Oct 2015 09:58:08 -0400 Received: from pm215 by mnementh.archaic.org.uk with local (Exim 4.80) (envelope-from ) id 1Zn5WJ-0003lx-Hx for qemu-devel@nongnu.org; Fri, 16 Oct 2015 14:58:07 +0100 From: Peter Maydell Date: Fri, 16 Oct 2015 14:57:54 +0100 Message-Id: <1445003887-14475-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PULL 00/13] target-arm queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 ---------------------------------------------------------------- Alexander Gordeev (1): hw/arm/virt: Allow zero address for PCI IO space Andrew Jones (1): hw/arm/virt: smbios: inform guest of kvm Davorin Mista (1): target-arm: Implement AArch64 OSLAR/OSLSR_EL1 sysregs Peter Crosthwaite (2): arm: imx25-pdk: Fix machine name misc: zynq_slcr: Fix MMIO writes Ryo ONODERA (1): target-arm: Provide model numbers for Sharp PDAs Sergey Fedorov (4): target-arm: Add MDCR_EL2 target-arm: implement arm_debug_target_el() target-arm: Fix GDB breakpoint handling target-arm: Fix CPU breakpoint handling Sergey Sorokin (2): target-arm: Break the TB after ISB to execute self-modified code correctly target-arm: Avoid calling arm_el_is_aa64() function for unimplemented EL Stefan Weil (1): target-arm: Add missing 'static' attribute hw/arm/collie.c | 2 +- hw/arm/imx25_pdk.c | 2 +- hw/arm/spitz.c | 8 +++---- hw/arm/tosa.c | 2 +- hw/arm/virt.c | 8 ++++++- hw/misc/zynq_slcr.c | 8 +++---- target-arm/cpu.h | 30 +++++++++++++++++++---- target-arm/helper.c | 60 +++++++++++++++++++++++++++++++++++++++++----- target-arm/helper.h | 2 ++ target-arm/op_helper.c | 35 ++++++++++++++++++--------- target-arm/translate-a64.c | 25 ++++++++++++++----- target-arm/translate.c | 36 ++++++++++++++++++++++------ tests/ds1338-test.c | 2 +- 13 files changed, 173 insertions(+), 47 deletions(-)