Re: [Qemu-devel] Bug: Lost slirp functionality on qemu-system-ppc build for windows.

2019-02-11 Thread Marc-André Lureau
Hi On Mon, Feb 11, 2019 at 10:52 AM Peter Maydell wrote: > > On Mon, 11 Feb 2019 at 07:57, Thomas Huth wrote: > > > > On 2019-02-10 23:12, Howard Spoelstra wrote: > > > Hi, > > > > > > I just cross compiled Qemu-system-ppc for Windows on Fedora 29 and > > > discovered slirp does not work anymore

Re: [Qemu-devel] Bug: Lost slirp functionality on qemu-system-ppc build for windows.

2019-02-11 Thread Peter Maydell
On Mon, 11 Feb 2019 at 07:57, Thomas Huth wrote: > > On 2019-02-10 23:12, Howard Spoelstra wrote: > > 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: > > > > a9d8b3ec438

Re: [Qemu-devel] Bug: Lost slirp functionality on qemu-system-ppc build for windows.

2019-02-10 Thread Thomas Huth
On 2019-02-10 23:12, Howard Spoelstra wrote: > 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 a9d

[Qemu-devel] Bug: Lost slirp functionality on qemu-system-ppc build for windows.

2019-02-10 Thread Howard Spoelstra
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é Lure