Message ID | 20220726152012.1631158-1-peter.maydell@linaro.org |
---|---|
State | Not Applicable |
Headers | show |
On 7/26/22 08:20, Peter Maydell wrote: > A last lot of bug fixes before rc0... > > thanks > -- PMM > > The following changes since commit 0d0275c31f00b71b49eb80bbdca2cfe244cf80fb: > > Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (2022-07-26 10:31:02 +0100) > > are available in the Git repository at: > > https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20220726 > > for you to fetch changes up to 5865d99fe88d8c8fa437c18c6b63fb2a8165634f: > > hw/display/bcm2835_fb: Fix framebuffer allocation address (2022-07-26 14:09:44 +0100) > > ---------------------------------------------------------------- > target-arm queue: > * Update Coverity component definitions > * target/arm: Add MO_128 entry to pred_esz_masks[] > * configure: Fix portability issues > * hw/display/bcm2835_fb: Fix framebuffer allocation address Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate. r~ > > ---------------------------------------------------------------- > Alan Jian (1): > hw/display/bcm2835_fb: Fix framebuffer allocation address > > Peter Maydell (8): > scripts/coverity-scan/COMPONENTS.md: Add loongarch component > scripts/coverity-scan/COMPONENTS.md: Update slirp component info > target/arm: Add MO_128 entry to pred_esz_masks[] > configure: Add missing POSIX-required space > configure: Add braces to clarify intent of $emu[[:space:]] > configure: Don't use bash-specific string-replacement syntax > configure: Drop dead code attempting to use -msmall-data on alpha hosts > configure: Avoid '==' bashism > > configure | 20 +++++++------------- > target/arm/cpu.h | 2 +- > hw/display/bcm2835_fb.c | 3 +-- > target/arm/translate-sve.c | 5 +++-- > scripts/coverity-scan/COMPONENTS.md | 7 +++++-- > 5 files changed, 17 insertions(+), 20 deletions(-) >