Message ID | 20240301230619.661008-1-richard.henderson@linaro.org |
---|---|
State | New |
Headers | show |
On Fri, 1 Mar 2024 at 23:07, Richard Henderson <richard.henderson@linaro.org> wrote: > > The following changes since commit c0c6a0e3528b88aaad0b9d333e295707a195587b: > > Merge tag 'migration-next-pull-request' of https://gitlab.com/peterx/qemu into staging (2024-02-28 17:27:10 +0000) > > are available in the Git repository at: > > https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20240301 > > for you to fetch changes up to 04dadd22aed00e5a2955ab078d7edd676812cf41: > > tests/tcg: Check that shmat() does not break /proc/self/maps (2024-03-01 08:09:55 -1000) > > ---------------------------------------------------------------- > linux-user: Rewrite elf coredump > tcg/aarch64: Apple does not align __int128_t in even registers > accel/tcg: Fixes for page tables in mmio memory > linux-user: Remove qemu_host_page_{size,mask}, HOST_PAGE_ALIGN > migration: Remove qemu_host_page_size > hw/tpm: Remove qemu_host_page_size > softmmu: Remove qemu_host_page_{size,mask}, HOST_PAGE_ALIGN > linux-user: Split and reorganize target_mmap. > *-user: Deprecate and disable -p pagesize > linux-user: Allow TARGET_PAGE_BITS_VARY > target/alpha: Enable TARGET_PAGE_BITS_VARY for user-only > target/arm: Enable TARGET_PAGE_BITS_VARY for AArch64 user-only > target/ppc: Enable TARGET_PAGE_BITS_VARY for user-only > linux-user: Remove pgb_dynamic alignment assertion > tcg/optimize: fix uninitialized variable > linux-user: Rewrite shmat > Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0 for any user-visible changes. -- PMM