Re: [PATCH 2/2] win32: make qemu_fd_register() specific to windows

2020-12-21 Thread Marc-André Lureau
Hi On Sat, Dec 19, 2020 at 4:19 PM Paolo Bonzini wrote: > On 18/12/20 14:57, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > Move the declaration of the function to a windows-specific header. > > > > The only user left now is SLIRP, which needs special treatement since >

Re: [PATCH 2/2] win32: make qemu_fd_register() specific to windows

2020-12-19 Thread Paolo Bonzini
On 18/12/20 14:57, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Move the declaration of the function to a windows-specific header. The only user left now is SLIRP, which needs special treatement since it doesn't provide event objects itself for the socket/fds. Signed-off-by: Mar

[PATCH 2/2] win32: make qemu_fd_register() specific to windows

2020-12-18 Thread marcandre . lureau
From: Marc-André Lureau Move the declaration of the function to a windows-specific header. The only user left now is SLIRP, which needs special treatement since it doesn't provide event objects itself for the socket/fds. Signed-off-by: Marc-André Lureau --- include/qemu/main-loop.h | 2 -- i