On 8 May 2018 at 23:14, Paolo Bonzini <pbonz...@redhat.com> wrote: > The following changes since commit cc8f8ba754bba17eea9791d67b572eb26e30b4ce: > > Merge remote-tracking branch > 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2018-05-08 > 15:25:17 +0100) > > are available in the git repository at: > > > git://github.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to 3c128df2ec239f5c1abd0aa59254c433a779a347: > > rename included C files to foo.inc.c, remove osdep.h (2018-05-09 00:13:41 > +0200) > > ---------------------------------------------------------------- > * Don't silently truncate extremely long words in the command line > * bump min required glib library version to 2.42 > * dtc configure fixes > * MemoryRegionCache second try > * Deprecated option removal > * add support for Hyper-V reenlightenment MSRs > > ----------------------------------------------------------------
Some of my build setups barf on the new glib version requirement: * my aarch64 build host (a gcc compile farm machine which is running Ubuntu 14.04.5 LTS and has glib 2.40.2) * my windows cross compile setups (which have glib 2.34.3) The latter could probably be fixed, but it will be a pain because gtk.org don't distribute prebuilt glib &c zipfiles usable for cross compile any more. For the former, that LTS is apparently still in support for another year. thanks -- PMM