Hi, I just cross compiled Qemu-system-ppc for Windows on Fedora 29 and discovered slirp does not work anymore. Tap networking works fine. Bisecting got me here:
a9d8b3ec4385793815d7121785730422fa3dfb68 is the first bad commit commit a9d8b3ec4385793815d7121785730422fa3dfb68 Author: Marc-André Lureau <marcandre.lur...@redhat.com> Date: Thu Jan 17 15:43:52 2019 +0400 slirp: replace remaining qemu headers dependency Except for the migration code which is gated by WITH_QEMU, only include our own headers, so libslirp can be built standalone. Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> Signed-off-by: Samuel Thibault <samuel.thiba...@ens-lyon.org> :040000 040000 cd06df21ed96497cd12f2a20adb3d66cb0da8010 ab5afd3f50910e39b2b700722cd47de8f0cf9e2c M slirp Best, Howard