On Tue, 15 Jun 2021 at 14:42, Paolo Bonzini <[email protected]> wrote:
>
> 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/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 429f60abe15cca9046e6aeaffd81e991e34c9bf6:
>
> configure: map x32 to cpu_family x86_64 for meson (2021-06-14 20:17:55
> +0200)
>
> ----------------------------------------------------------------
> * avoid deprecation warnings for SASL on macOS 10.11 or newer
> * fix -readconfig when config blocks have an id (like [chardev "qmp"])
> * Error* initialization fixes
> * Improvements to ESP emulation (Mark)
> * Allow creating noreserve memory backends (David)
> * Improvements to query-memdev (David)
Fails to build on all the BSDs and OSX:
../src/softmmu/physmem.c:3572:55: error: use of undeclared identifier
'MADV_REMOVE'
ret = madvise(host_startaddr, length, MADV_REMOVE);
^
-- PMM