On Thu, 4 Jul 2019 at 17:32, Peter Maydell <peter.mayd...@linaro.org> wrote: > > A last collection of patches to squeeze in before rc0. > The patches from me are all bugfixes. Philippe's are just > code-movement, but I wanted to get these into 4.1 because > that kind of patch is so painful to have to rebase. > (The diffstat is huge but it's just code moving from file to file.) > > v2: fix up for clash with the qapi refactor which only > showed up in a build-from-clean. > > thanks > -- PMM > > > The following changes since commit c3e1d838cfa5aac1a6210c8ddf182d0ef7d95dd8: > > Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190704-pull-request' > into staging (2019-07-04 16:43:13 +0100) > > are available in the Git repository at: > > https://git.linaro.org/people/pmaydell/qemu-arm.git > tags/pull-target-arm-20190704-1 > > for you to fetch changes up to 89a11ff756410aecb87d2c774df6e45dbf4105c1: > > target/arm: Correct VMOV_imm_dp handling of short vectors (2019-07-04 > 17:25:30 +0100) > > ---------------------------------------------------------------- > target-arm queue: > * more code-movement to separate TCG-only functions into their own files > * Correct VMOV_imm_dp handling of short vectors > * Execute Thumb instructions when their condbits are 0xf > * armv7m_systick: Forbid non-privileged accesses > * Use _ra versions of cpu_stl_data() in v7M helpers > * v8M: Check state of exception being returned from > * v8M: Forcibly clear negative-priority exceptions on deactivate
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1 for any user-visible changes. -- PMM