On Sat, 12 Jun 2021 at 00:47, Richard Henderson <richard.hender...@linaro.org> wrote: > > This is mostly my code_gen_buffer cleanup, plus a few other random > changes thrown in. Including a fix for a recent float32_exp2 bug. > > > r~ > > > The following changes since commit 894fc4fd670aaf04a67dc7507739f914ff4bacf2: > > Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into > staging (2021-06-11 09:21:48 +0100) > > are available in the Git repository at: > > https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20210611 > > for you to fetch changes up to 60afaddc208d34f6dc86dd974f6e02724fba6eb6: > > docs/devel: Explain in more detail the TB chaining mechanisms (2021-06-11 > 09:41:25 -0700) > > ---------------------------------------------------------------- > Clean up code_gen_buffer allocation. > Add tcg_remove_ops_after. > Fix tcg_constant_* documentation. > Improve TB chaining documentation. > Fix float32_exp2.
Compile failure on OSX: ../../tcg/region.c:706:12: error: incompatible pointer to integer conversion assigning to 'mach_vm_address_t' (aka 'unsigned long long') from 'void *' [-Werror,-Wint-conversion] buf_rw = region.start_aligned; ^ ~~~~~~~~~~~~~~~~~~~~ 1 error generated. thanks -- PMM