Message ID | 20220812114527.1336370-1-peter.maydell@linaro.org |
---|---|
State | Not Applicable |
Headers | show |
On 8/12/22 04:45, Peter Maydell wrote: > This pullreq has: > * two arm bug fixes which fix some "Linux fails to boot" bugs > * a docs typo-fixing patch > * a couple of compile failure/warning issues > > I think they're all pretty safe and worth having in rc3. > > thanks > -- PMM > > The following changes since commit a6b1c53e79d08a99a28cc3e67a3e1a7c34102d6b: > > Merge tag 'linux-user-for-7.1-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2022-08-10 10:26:57 -0700) > > are available in the Git repository at: > > https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20220812 > > for you to fetch changes up to 4311682ea8293f720730f260e8a7601117d79e65: > > cutils: Add missing dyld(3) include on macOS (2022-08-12 11:33:52 +0100) > > ---------------------------------------------------------------- > target-arm queue: > * Don't report Statistical Profiling Extension in ID registers > * virt ACPI tables: Present the GICR structure properly for GICv4 > * Fix some typos in documentation > * tests/unit: fix a -Wformat-truncation warning > * cutils: Add missing dyld(3) include on macOS Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate. r~ > > ---------------------------------------------------------------- > Marc-André Lureau (1): > tests/unit: fix a -Wformat-truncation warning > > Peter Maydell (1): > target/arm: Don't report Statistical Profiling Extension in ID registers > > Philippe Mathieu-Daudé (1): > cutils: Add missing dyld(3) include on macOS > > Stefan Weil (1): > Fix some typos in documentation (most of them found by codespell) > > Zenghui Yu (1): > hw/arm/virt-acpi-build: Present the GICR structure properly for GICv4 > > docs/about/deprecated.rst | 2 +- > docs/specs/acpi_erst.rst | 4 ++-- > docs/system/devices/canokey.rst | 8 ++++---- > docs/system/devices/cxl.rst | 12 ++++++------ > hw/arm/virt-acpi-build.c | 4 ++-- > target/arm/cpu.c | 11 +++++++++++ > tests/unit/test-qobject-input-visitor.c | 3 +-- > util/cutils.c | 4 ++++ > util/oslib-posix.c | 4 ---- > 9 files changed, 31 insertions(+), 21 deletions(-) >