Merge remote-tracking branch 'remotes/stsquad/tags/pull-misc-fixes-070420-1' into staging
Various fixes:
- add .github repo lockdown config
- better handle missing symbols in elf-ops
- protect fcntl64 with #ifdef
- remove unused macros from test
- fix handling of /proc/self/maps
- avoid BAD_SHIFT in x80 softfloat
- properly terminate on .hex EOF
- fix configure probe on windows cross build
- fix %r12 guest_base initialization
# gpg: Signature made Tue 07 Apr 2020 16:31:14 BST
# gpg: using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
# gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [full]
# Primary key fingerprint: 6685 AE99 E751 67BC AFC8 DF35 FBD0 DB09 5A9E 2A44
* remotes/stsquad/tags/pull-misc-fixes-070420-1:
tcg/i386: Fix %r12 guest_base initialization
configure: Add -Werror to PIE probe
hw/core: properly terminate loading .hex on EOF record
linux-user: clean-up padding on /proc/self/maps
linux-user: factor out reading of /proc/self/maps
softfloat: Fix BAD_SHIFT from normalizeFloatx80Subnormal
gdbstub: fix compiler complaining
target/xtensa: add FIXME for translation memory leak
linux-user: more debug for init_guest_space
tests/tcg: remove extraneous pasting macros
linux-user: protect fcntl64 with an #ifdef
elf-ops: bail out if we have no function symbols
.github: Enable repo-lockdown bot to refuse GitHub pull requests
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- .github/lockdown.yml 34 additions, 0 deletions.github/lockdown.yml
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- configure 2 additions, 2 deletionsconfigure
- fpu/softfloat.c 3 additions, 0 deletionsfpu/softfloat.c
- gdbstub.c 2 additions, 2 deletionsgdbstub.c
- hw/core/loader.c 4 additions, 1 deletionhw/core/loader.c
- include/hw/elf_ops.h 25 additions, 23 deletionsinclude/hw/elf_ops.h
- include/qemu/selfmap.h 44 additions, 0 deletionsinclude/qemu/selfmap.h
- linux-user/elfload.c 7 additions, 1 deletionlinux-user/elfload.c
- linux-user/syscall.c 42 additions, 38 deletionslinux-user/syscall.c
- target/xtensa/translate.c 5 additions, 0 deletionstarget/xtensa/translate.c
- tcg/i386/tcg-target.inc.c 1 addition, 1 deletiontcg/i386/tcg-target.inc.c
- tests/tcg/x86_64/system/boot.S 1 addition, 4 deletionstests/tcg/x86_64/system/boot.S
- util/Makefile.objs 1 addition, 0 deletionsutil/Makefile.objs
- util/selfmap.c 78 additions, 0 deletionsutil/selfmap.c
Loading
Please register or sign in to comment