qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 29/32] Move fcntl_setfl() to oslib-posix


From: Richard Henderson
Subject: Re: [PATCH 29/32] Move fcntl_setfl() to oslib-posix
Date: Wed, 23 Mar 2022 11:34:27 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 3/23/22 08:57, marcandre.lureau@redhat.com wrote:
From: Marc-André Lureau<marcandre.lureau@redhat.com>

It is only implemented for POSIX anyway.

Signed-off-by: Marc-André Lureau<marcandre.lureau@redhat.com>
---
  include/qemu/cutils.h     |  1 -
  include/sysemu/os-posix.h |  2 ++
  util/cutils.c             | 17 -----------------
  util/oslib-posix.c        | 15 +++++++++++++++
  4 files changed, 17 insertions(+), 18 deletions(-)

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

r~



reply via email to

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