On 8/16/19 12:59 PM, Peter Maydell wrote: > On Tue, 13 Aug 2019 at 16:54, Markus Armbruster <arm...@redhat.com> wrote: >> >> The following changes since commit 864ab314f1d924129d06ac7b571f105a2b76a4b2: >> >> Update version for v4.1.0-rc4 release (2019-08-06 17:05:21 +0100) >> >> are available in the Git repository at: >> >> git://repo.or.cz/qemu/armbru.git tags/pull-include-2019-08-13 >> >> for you to fetch changes up to 8d111fd683b678d3826e192bc07ffcc349a118b5: >> >> sysemu: Split sysemu/runstate.h off sysemu/sysemu.h (2019-08-13 13:16:20 >> +0200) >> >> ---------------------------------------------------------------- >> Header cleanup patches for 2019-08-13 >> >> ---------------------------------------------------------------- >> These patches are rather bothersome to rebase, so I'd like to get them >> into 4.2 early. >> > > Fails to build on OSX I'm afraid: > /Users/pm215/src/qemu-for-merges/ui/cocoa.m:1166:5: error: implicit > declaration of function 'qemu_system_shutdown_request' is invalid in > C99 [-Werror,-Wimplicit-function-declaration] > qemu_system_shutdown_request(SHUTDOWN_CAUSE_HOST_UI); > ^
Ah I reported this one while reviewing v2: https://lists.gnu.org/archive/html/qemu-devel/2019-08/msg01150.html Then didn't take the time to test OSX on v4 :( BTW Travis should find this.