All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: marcandre.lureau@redhat.com
Cc: qemu-devel@nongnu.org, Michael Roth <michael.roth@amd.com>,
	Joel Stanley <joel@jms.id.au>, Jason Wang <jasowang@redhat.com>,
	qemu-block@nongnu.org, Markus Armbruster <armbru@redhat.com>,
	Thomas Huth <thuth@redhat.com>,
	qemu-arm@nongnu.org, Stefan Berger <stefanb@linux.vnet.ibm.com>,
	Laurent Vivier <lvivier@redhat.com>,
	Samuel Thibault <samuel.thibault@ens-lyon.org>,
	Stefan Weil <sw@weilnetz.de>, Fam Zheng <fam@euphon.net>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>,
	Stefan Hajnoczi <stefanha@redhat.com>,
	Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [PATCH v2 01/15] util: drop qemu_fork()
Date: Tue, 21 Feb 2023 10:21:56 +0000	[thread overview]
Message-ID: <Y/SbRIw+VIPxo/nA@redhat.com> (raw)
In-Reply-To: <20230220214859.3792171-2-marcandre.lureau@redhat.com>

On Tue, Feb 21, 2023 at 01:48:45AM +0400, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
> 
> Fortunately, qemu_fork() is no longer used since commit
> a95570e3e4d6 ("io/command: use glib GSpawn, instead of open-coding
> fork/exec"). (GSpawn uses posix_spawn() whenever possible instead)
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>  include/qemu/osdep.h | 14 ---------
>  util/oslib-posix.c   | 70 --------------------------------------------
>  util/oslib-win32.c   |  9 ------
>  3 files changed, 93 deletions(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|


  reply	other threads:[~2023-02-21 10:22 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-20 21:48 [PATCH v2 00/15] win32: do not mix SOCKET and fd space marcandre.lureau
2023-02-20 21:48 ` [PATCH v2 01/15] util: drop qemu_fork() marcandre.lureau
2023-02-21 10:21   ` Daniel P. Berrangé [this message]
2023-02-20 21:48 ` [PATCH v2 02/15] tests: use closesocket() marcandre.lureau
2023-02-20 21:48 ` [PATCH v2 03/15] io: " marcandre.lureau
2023-02-20 21:48 ` [PATCH v2 04/15] error: add global &error_warn destination marcandre.lureau
2023-02-20 21:48 ` [PATCH v2 05/15] win32/socket: introduce qemu_socket_select() helper marcandre.lureau
2023-02-20 21:48 ` [PATCH v2 06/15] win32/socket: introduce qemu_socket_unselect() helper marcandre.lureau
2023-02-20 21:48 ` [PATCH v2 07/15] aio: make aio_set_fd_poll() static to aio-posix.c marcandre.lureau
2023-02-20 21:48 ` [PATCH v2 08/15] aio/win32: aio_set_fd_handler() only supports SOCKET marcandre.lureau
2023-02-20 21:48 ` [PATCH v2 09/15] RFC: build-sys: add slirp.wrap marcandre.lureau
2023-02-20 21:48 ` [PATCH v2 10/15] main-loop: remove qemu_fd_register(), win32/slirp/socket specific marcandre.lureau
2023-02-20 21:48 ` [PATCH v2 11/15] slirp: unregister the win32 SOCKET marcandre.lureau
2023-02-20 21:48 ` [PATCH v2 12/15] slirp: open-code qemu_socket_(un)select() marcandre.lureau
2023-02-20 21:48 ` [PATCH v2 13/15] win32: avoid mixing SOCKET and file descriptor space marcandre.lureau
2023-02-20 21:48 ` [PATCH v2 14/15] os-posix: remove useless ioctlsocket() define marcandre.lureau
2023-02-21 10:28   ` Daniel P. Berrangé
2023-02-20 21:48 ` [PATCH v2 15/15] win32: replace closesocket() with close() wrapper marcandre.lureau

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=Y/SbRIw+VIPxo/nA@redhat.com \
    --to=berrange@redhat.com \
    --cc=armbru@redhat.com \
    --cc=fam@euphon.net \
    --cc=hreitz@redhat.com \
    --cc=jasowang@redhat.com \
    --cc=joel@jms.id.au \
    --cc=kwolf@redhat.com \
    --cc=lvivier@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=michael.roth@amd.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=samuel.thibault@ens-lyon.org \
    --cc=stefanb@linux.vnet.ibm.com \
    --cc=stefanha@redhat.com \
    --cc=sw@weilnetz.de \
    --cc=thuth@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.