On Mon, 5 Sep 2016 10:52:14 +0200 David Hildenbrand <d...@linux.vnet.ibm.com> wrote:
> Hi, > > no logical changes this time. > > In this version, cross-compilation and compilation with mingw32 are fixed. > Our feature generation script gen-features has to be compiled for the > host architecture, where we do the compilation and bitmaps cannot be > directly initialized from the generated data, because they are based on > unsigned long. > > So now, we compile wih HOST_CC and made gen-features independant from QEMU > includes, and we initialize the bitmaps from generated data during startup. Yeah, that's a mess, thanks for handling this. I'll do some further testing and then replace the version in s390-next with this one.