On 5 February 2015 at 14:02, Peter Maydell <peter.mayd...@linaro.org> wrote: > The following changes since commit 2c918a245ca2a0b3339b8ded926b3f887d6d409e: > > Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-05' > into staging (2015-02-05 11:11:56 +0000) > > are available in the git repository at: > > > git://git.linaro.org/people/pmaydell/qemu-arm.git > tags/pull-target-arm-20150205 > > for you to fetch changes up to fc1792e9aa36227ee9994757974f9397684e1a48: > > target-arm: fix for exponent comparison in recpe_f64 (2015-02-05 13:37:25 > +0000) > > ---------------------------------------------------------------- > target-arm queue: > * refactor/clean up armv7m_init() > * some initial cleanup in the direction of supporting 64-bit EL3 > * fix broken synchronization of registers between QEMU and KVM > for 32-bit ARM hosts (which among other things broke memory > access via gdbstub) > * fix flush-to-zero handling in FMULX, FRECPS, FRSQRTS and FRECPE > * don't crash QEMU for UNPREDICTABLE BFI insns in A32 encoding > * explain why virt board's device-to-transport mapping code is > the way it is > * implement mmu_idx values which match the architectural > distinctions, and introduce the concept of a translation > regime to get_phys_addr() rather than incorrectly looking > at the current CPU state > * update to upstream VIXL 1.7 (gives us correct code addresses > when dissassembling pc-relative references) > * sync system register state between KVM and QEMU for 64-bit ARM > * support virtio on big-endian guests by implementing the > "which endian is the guest now?" CPU method > > ----------------------------------------------------------------
Applied, thanks. -- PMM