Message ID | 20240222204323.268539-1-richard.henderson@linaro.org |
---|---|
State | New |
Headers | show |
On Thu, 22 Feb 2024 at 20:49, Richard Henderson <richard.henderson@linaro.org> wrote: > > The following changes since commit 6630bc04bccadcf868165ad6bca5a964bb69b067: > > Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (2024-02-22 12:42:52 +0000) > > are available in the Git repository at: > > https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20240222 > > for you to fetch changes up to a06efc2615a1283e139e35ae8a8875925766268f: > > linux-user: Remove pgb_dynamic alignment assertion (2024-02-22 09:04:05 -1000) > > ---------------------------------------------------------------- > 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 > > ---------------------------------------------------------------- bsd-user fails to compile: https://gitlab.com/qemu-project/qemu/-/jobs/6241616724 ../bsd-user/main.c:379:30: error: use of undeclared identifier 'arg'; did you mean 'argv'? if (qemu_strtoui(arg, NULL, 10, &size) || size != want) { ^~~ thanks -- PMM
On 2/23/24 03:45, Peter Maydell wrote: > bsd-user fails to compile: > https://gitlab.com/qemu-project/qemu/-/jobs/6241616724 > > ../bsd-user/main.c:379:30: error: use of undeclared identifier 'arg'; > did you mean 'argv'? > if (qemu_strtoui(arg, NULL, 10, &size) || size != want) { > ^~~ Grr. I think it is An Error that make vm-build-freebsd does not test this. Alex? r~