On Fri, 16 Dec 2022 at 18:53, Richard Henderson <richard.hender...@linaro.org> wrote: > > The following changes since commit 4208e6ae114ac8266dcacc9696a443ce5c37b04e: > > Merge tag 'pull-request-2022-12-15' of https://gitlab.com/thuth/qemu into > staging (2022-12-15 21:39:56 +0000) > > are available in the Git repository at: > > https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20221216 > > for you to fetch changes up to a9d0226381d6d70a9c1901ad1480961c93de8b8d: > > accel/tcg: Restrict page_collection structure to system TB maintainance > (2022-12-16 10:09:51 -0800) > > ---------------------------------------------------------------- > Use interval trees for user-only vma mappings. > Assorted cleanups to page locking. >
This failed to build for bsd-user: https://gitlab.com/qemu-project/qemu/-/jobs/3489233570 ../accel/tcg/translate-all.c:287:24: error: 'L1_MAP_ADDR_SPACE_BITS' is not defined, evaluates to 0 [-Werror,-Wundef] #if TARGET_ABI_BITS <= L1_MAP_ADDR_SPACE_BITS ^ thanks -- PMM