qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 26/32] include: move os_*() to os-foo.h


From: Richard Henderson
Subject: Re: [PATCH 26/32] include: move os_*() to os-foo.h
Date: Wed, 23 Mar 2022 11:31:50 -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>

For consistency with other os_ functions that do not have POSIX
implementation, declare an inline function for the stub in os-win32.h.

Signed-off-by: Marc-André Lureau<marcandre.lureau@redhat.com>
---
  include/qemu-common.h     | 4 ----
  include/sysemu/os-posix.h | 2 ++
  include/sysemu/os-win32.h | 4 +++-
  os-win32.c                | 9 ---------
  4 files changed, 5 insertions(+), 14 deletions(-)

This does two things, and should be split.

r~



reply via email to

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