commit | 4cda177c6016565dda1f1c3f6cff8ab85ef0d016 | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Mon Mar 06 16:27:48 2023 +0400 |
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | Mon Mar 13 15:41:32 2023 +0400 |
tree | cfd222e768c273f912612a65e081833cf5914a03 | |
parent | 78ae0e2613831909f1e553d45fae7925ade6c7f7 [diff] |
qmp: add 'get-win32-socket' A process with enough capabilities can duplicate a socket to QEMU. Add a QMP command to import it and add it to the monitor fd list, so it can be later used by other commands. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230306122751.2355515-9-marcandre.lureau@redhat.com>