qemu-block
[Top][All Lists]
Advanced

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

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


From: Richard Henderson
Subject: Re: [PATCH v2 10/26] Replace qemu_pipe() with g_unix_open_pipe()
Date: Tue, 26 Apr 2022 18:06:14 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 4/26/22 02:26, 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(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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