Re: [Qemu-devel] [PATCH 0/2] Fix slirp regression on win32

2019-02-13 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190212160953.29051-1-marcandre.lur...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [Qemu-devel] [PATCH 0/2] Fix slirp regression on win32 Type: series Message-id

Re: [Qemu-devel] [PATCH 0/2] Fix slirp regression on win32

2019-02-12 Thread Samuel Thibault
Marc-André Lureau, le mar. 12 févr. 2019 17:09:51 +0100, a ecrit: > QEMU wraps the socket functions in os-win32.h, but in commit > a9d8b3ec4385793815d71217857304, the header inclusion was dropped, > breaking slirp on Windows. Fix the regression by wrapping all the > socket functions. Applied to

Re: [Qemu-devel] [PATCH 0/2] Fix slirp regression on win32

2019-02-12 Thread Howard Spoelstra
On Tue, Feb 12, 2019 at 5:09 PM Marc-André Lureau < marcandre.lur...@redhat.com> wrote: > Hi, > > QEMU wraps the socket functions in os-win32.h, but in commit > a9d8b3ec4385793815d71217857304, the header inclusion was dropped, > breaking slirp on Windows. Fix the regression by wrapping all the >

[Qemu-devel] [PATCH 0/2] Fix slirp regression on win32

2019-02-12 Thread Marc-André Lureau
Hi, QEMU wraps the socket functions in os-win32.h, but in commit a9d8b3ec4385793815d71217857304, the header inclusion was dropped, breaking slirp on Windows. Fix the regression by wrapping all the socket functions. thanks Marc-André Lureau (2): slirp: remove slirp_ prefix for socket wrappers