On Wed, 16 Sep 2020 at 13:26, Alex Bennée <alex.ben...@linaro.org> wrote: > > The following changes since commit de39a045bd8d2b49e4f3d07976622c29d58e0bac: > > Merge remote-tracking branch > 'remotes/kraxel/tags/vga-20200915-pull-request' into staging (2020-09-15 > 14:25:05 +0100) > > are available in the Git repository at: > > https://github.com/stsquad/qemu.git tags/pull-configure-fixes-160920-1 > > for you to fetch changes up to 3ffc7f013763bf4fc50c3b403cbacca2bee68cfa: > > configure: add [lm32|unicore32]-softmmu to deprecation logic (2020-09-16 > 10:07:01 +0100) > > ---------------------------------------------------------------- > configure tweaks for deprecation > > - iotest fix for readlink -f > - linux-user, report rather than assert on mmap failure > - clean-up and re-factor the logic > - add tilegx-linux-user to deprecated_targets_list > - add [lm32|unicore32]-softmmu deprecated_targets_list > - add a gitlab deprecated builds test > > ---------------------------------------------------------------- > Alex Bennée (7): > linux-user: test, don't assert addr != test in pgb_reserved_va > configure: move deprecated feature processing to supported_target > configure: also skip deprecated targets with target-list-exclude > configure: clean-up the target-list-exclude logic > configure: include tilegx-linux-user in the deprecation logic > gitlab: create a build-deprecated target > configure: add [lm32|unicore32]-softmmu to deprecation logic > > Max Reitz (1): > iotests: Drop readlink -f
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/5.2 for any user-visible changes. -- PMM