qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: marcandre.lureau@redhat.com, qemu-devel@nongnu.org
Cc: "Laurent Vivier" <lvivier@redhat.com>,
	"Eric Blake" <eblake@redhat.com>,
	"Beraldo Leal" <bleal@redhat.com>,
	"Thomas Huth" <thuth@redhat.com>,
	"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	"Stefan Weil" <sw@weilnetz.de>,
	"Daniel P. Berrangé" <berrange@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Markus Armbruster" <armbru@redhat.com>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Dr. David Alan Gilbert" <dgilbert@redhat.com>,
	"Guohuai Shi" <guohuai.shi@windriver.com>,
	"Bin Meng" <bin.meng@windriver.com>,
	"Konstantin Kostiuk" <kkostiuk@redhat.com>,
	"Kfir Manor" <kfir@daynix.com>, "Guoyi Tu" <tugy@chinatelecom.cn>,
	"Yonggang Luo" <luoyonggang@gmail.com>
Subject: Re: [PATCH 00/10] Various win32 fixes & new 'get-win32-socket' QMP command
Date: Tue, 3 Jan 2023 13:46:40 +0100	[thread overview]
Message-ID: <c9840a0a-5544-a100-3a71-13ec90e080dd@linaro.org> (raw)
In-Reply-To: <20230103110814.3726795-1-marcandre.lureau@redhat.com>

Cc'ing more Windows specialists.

On 3/1/23 12:08, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
> 
> Hi,
> 
> The following series first fixes a few tests on win32. The second part focuses
> on 'add_client' support, by limiting its scope to sockets and adding win32
> support. Finally, it enables vnc-display test on win32, to exercise the new code
> paths and demonstrate its usage.
> 
> 'get-win32-socket' can be used to write more robusts code & tests using sockets
> on Windows, and will be used by a follow up series testing dbus display support.
> 
> Marc-André Lureau (10):
>    ccid-card-emulated: fix cast warning/error
>    tests: fix path separator, use g_build_filename()
>    tests: fix test-io-channel-command on win32
>    tests/docker: fix a win32 error due to portability
>    tests/readconfig: spice doesn't support unix socket on windows yet
>    osdep: implement qemu_socketpair() for win32
>    qmp: 'add_client' actually expects sockets
>    qmp: add 'get-win32-socket'
>    libqtest: make qtest_qmp_add_client work on win32
>    qtest: enable vnc-display test on win32




      parent reply	other threads:[~2023-01-03 12:47 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-03 11:08 [PATCH 00/10] Various win32 fixes & new 'get-win32-socket' QMP command marcandre.lureau
2023-01-03 11:08 ` [PATCH 01/10] ccid-card-emulated: fix cast warning/error marcandre.lureau
2023-01-03 12:05   ` Thomas Huth
2023-01-16 17:46   ` Laurent Vivier
2023-01-03 11:08 ` [PATCH 02/10] tests: fix path separator, use g_build_filename() marcandre.lureau
2023-01-03 12:06   ` Thomas Huth
2023-01-03 12:37   ` Philippe Mathieu-Daudé
2023-01-03 11:08 ` [PATCH 03/10] tests: fix test-io-channel-command on win32 marcandre.lureau
2023-01-03 11:08 ` [PATCH 04/10] tests/docker: fix a win32 error due to portability marcandre.lureau
2023-01-03 12:38   ` Philippe Mathieu-Daudé
2023-01-03 11:08 ` [PATCH 05/10] tests/readconfig: spice doesn't support unix socket on windows yet marcandre.lureau
2023-01-03 12:09   ` Thomas Huth
2023-01-03 11:08 ` [PATCH 06/10] osdep: implement qemu_socketpair() for win32 marcandre.lureau
2023-01-03 11:08 ` [PATCH 07/10] qmp: 'add_client' actually expects sockets marcandre.lureau
2023-01-03 12:42   ` Philippe Mathieu-Daudé
2023-01-03 11:08 ` [PATCH 08/10] qmp: add 'get-win32-socket' marcandre.lureau
2023-01-09 12:20   ` Daniel P. Berrangé
2023-01-09 12:28     ` Marc-André Lureau
2023-01-03 11:08 ` [PATCH 09/10] libqtest: make qtest_qmp_add_client work on win32 marcandre.lureau
2023-01-03 12:10   ` Thomas Huth
2023-01-03 11:08 ` [PATCH 10/10] qtest: enable vnc-display test " marcandre.lureau
2023-01-03 12:11   ` Thomas Huth
2023-01-03 12:46 ` Philippe Mathieu-Daudé [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c9840a0a-5544-a100-3a71-13ec90e080dd@linaro.org \
    --to=philmd@linaro.org \
    --cc=alex.bennee@linaro.org \
    --cc=armbru@redhat.com \
    --cc=berrange@redhat.com \
    --cc=bin.meng@windriver.com \
    --cc=bleal@redhat.com \
    --cc=dgilbert@redhat.com \
    --cc=eblake@redhat.com \
    --cc=guohuai.shi@windriver.com \
    --cc=kfir@daynix.com \
    --cc=kkostiuk@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=luoyonggang@gmail.com \
    --cc=lvivier@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=sw@weilnetz.de \
    --cc=thuth@redhat.com \
    --cc=tugy@chinatelecom.cn \
    --cc=wainersm@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).