From: Marc-André Lureau <marcandre.lur...@redhat.com> The following changes since commit ab44ea1059242ff2dbbde44e94468f6c6e5f87be:
Merge tag 'pull-testing-gdbstub-plugins-gitdm-111022-1' of https://github.com/stsquad/qemu into staging (2022-10-11 15:31:27 -0400) are available in the Git repository at: https://gitlab.com/marcandre.lureau/qemu.git tags/win32-pull-request for you to fetch changes up to 76f5148c21b4543e62a6ad605ac4b44133421401: tests/unit: make test-io-channel-command work on win32 (2022-10-12 19:22:01 +0400) ---------------------------------------------------------------- win32-related misc patches ---------------------------------------------------------------- Marc-André Lureau (7): win32: set threads name osdep: make readv_writev() work with partial read/write util: make do_send_recv work with partial send/recv tests/channel-helper: set blocking in main thread io/command: use glib GSpawn, instead of open-coding fork/exec io/command: implement support for win32 tests/unit: make test-io-channel-command work on win32 include/io/channel-command.h | 5 +- io/channel-command.c | 185 +++++++++++---------------- tests/unit/io-channel-helpers.c | 9 +- tests/unit/test-io-channel-command.c | 37 +++--- util/iov.c | 10 +- util/osdep.c | 11 +- util/qemu-thread-win32.c | 54 +++++++- 7 files changed, 171 insertions(+), 140 deletions(-) -- 2.37.3