Message ID | 20190708132237.7911-1-peter.maydell@linaro.org |
---|---|
Headers | show |
Series | target-arm queue | expand |
On Mon, 8 Jul 2019 at 14:22, Peter Maydell <peter.maydell@linaro.org> wrote: > > A last handful of patches before the rc0. These are all bugfixes > so they could equally well go into rc1, but since my pullreq > queue is otherwise empty I might as well push them out. The > FPSCR bugfix is definitely one I'd like in rc0; the rest are > not really user-visible I think. > > thanks > -- PMM > > The following changes since commit c4107e8208d0222f9b328691b519aaee4101db87: > > Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-07-08 10:26:18 +0100) > > are available in the Git repository at: > > https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20190708 > > for you to fetch changes up to 85795187f416326f87177cabc39fae1911f04c50: > > target/arm/vfp_helper: Call set_fpscr_to_host before updating to FPSCR (2019-07-08 14:11:31 +0100) > > ---------------------------------------------------------------- > target-arm queue: > * tests/migration-test: Fix read off end of aarch64_kernel array > * Fix sve_zcr_len_for_el off-by-one error > * hw/arm/sbsa-ref: Silence Coverity nit > * vfp_helper: Call set_fpscr_to_host before updating to FPSCR Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1 for any user-visible changes. -- PMM
Patchew URL: https://patchew.org/QEMU/20190708132237.7911-1-peter.maydell@linaro.org/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20190708132237.7911-1-peter.maydell@linaro.org Type: series Subject: [Qemu-devel] [PULL 0/4] target-arm queue === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCRIPT END === From https://github.com/patchew-project/qemu t [tag update] patchew/20190708132237.7911-1-peter.maydell@linaro.org -> patchew/20190708132237.7911-1-peter.maydell@linaro.org Switched to a new branch 'test' === OUTPUT BEGIN === checkpatch.pl: no revisions returned for revlist '1' === OUTPUT END === Test command exited with code: 255 The full log is available at http://patchew.org/logs/20190708132237.7911-1-peter.maydell@linaro.org/testing.checkpatch/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com