qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 06/10] Replace qemu_pipe() with g_unix_open_pipe()


From: Daniel P . Berrangé
Subject: Re: [PATCH 06/10] Replace qemu_pipe() with g_unix_open_pipe()
Date: Fri, 22 Apr 2022 09:59:57 +0100
User-agent: Mutt/2.1.5 (2021-12-30)

On Fri, Apr 22, 2022 at 12:36:35PM +0400, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
> 
> GLib g_unix_open_pipe() is essentially like qemu_pipe(), available since
> 2.30.
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>  include/qemu/osdep.h        |  4 ----
>  qemu-nbd.c                  |  5 +++--
>  util/event_notifier-posix.c |  2 +-
>  util/oslib-posix.c          | 22 ----------------------
>  4 files changed, 4 insertions(+), 29 deletions(-)

There are a bunch of places still using 'pipe'instead of 'qemu_pipe'
that should be switched also.


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 via email to

[Prev in Thread] Current Thread [Next in Thread]