[PATCH v2 0/3] Fix Spice regression on win32

marcandre.lureau@redhat.com posted 3 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230320133643.1618437-1-marcandre.lureau@redhat.com
Maintainers: Stefan Weil <sw@weilnetz.de>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
include/sysemu/os-win32.h | 15 ++++++--
ui/dbus.c                 |  9 +++++
ui/spice-core.c           | 29 +++++++++++++--
util/oslib-win32.c        | 75 +++++++++++++++++++++------------------
4 files changed, 89 insertions(+), 39 deletions(-)
[PATCH v2 0/3] Fix Spice regression on win32
Posted by marcandre.lureau@redhat.com 1 year, 1 month ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

v2: (suggestions from Daniel Berrange)
- change function qemu_close_socket_osfhandle()
- add some documentation for it
- simplify a bit the dbus-related code

Marc-André Lureau (3):
  win32: add qemu_close_socket_osfhandle()
  ui/spice: fix SOCKET handling regression
  ui/dbus: fix passing SOCKET to GSocket API & leak

 include/sysemu/os-win32.h | 15 ++++++--
 ui/dbus.c                 |  9 +++++
 ui/spice-core.c           | 29 +++++++++++++--
 util/oslib-win32.c        | 75 +++++++++++++++++++++------------------
 4 files changed, 89 insertions(+), 39 deletions(-)

-- 
2.39.2