On Tue, 18 Aug 2020 at 15:14, Paolo Bonzini <[email protected]> wrote:
>
> The following changes since commit d0ed6a69d399ae193959225cdeaa9382746c91cc:
>
> Update version for v5.1.0 release (2020-08-11 17:07:03 +0100)
>
> are available in the Git repository at:
>
> https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 3aecbe785d65e3b92a3617c60e4d226362d9bdd5:
>
> docs: convert build system documentation to rST (2020-08-18 10:02:43 -0400)
>
> New since v3:
> * C include files renamed from .inc to .c.inc
> * fixed pc-bios/s390-ccw clean targets
> * fixed error splat when doing "make" from unconfigured build directory
> * use --native-file to list tools chosen by configure
> * fixes for Windows (SDL, Wixl)
> * C++ compiler not mandatory anymore
> * remove useless .. search path for modules
>
> ----------------------------------------------------------------
> New build system.
>
> Missing:
> * converting configure tests
> * converting unit tests
> * converting some remaining parts of the installation
>
aarch32 fails like this:
In file included from /usr/include/SDL2/SDL.h:38:0,
from /home/peter.maydell/qemu/include/ui/sdl2.h:7,
from ../../ui/sdl2.c:30:
/usr/include/SDL2/SDL_cpuinfo.h:63:5: error: "HAVE_IMMINTRIN_H" is not
defined, evaluates to 0 [-Werror=undef]
#if HAVE_IMMINTRIN_H && !defined(SDL_DISABLE_IMMINTRIN_H)
^~~~~~~~~~~~~~~~
windows crossbuild fails like this:
Linking target target/s390x/gen-features
cc: error: unrecognized command line option '-mthreads'; did you mean
'-pthread'?
Makefile.ninja:784: recipe for target 'target/s390x/gen-features' failed
thanks
-- PMM