qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 30/32] qga: remove explicit environ argument from exec/spawn


From: Richard Henderson
Subject: Re: [PATCH 30/32] qga: remove explicit environ argument from exec/spawn
Date: Wed, 23 Mar 2022 11:36:54 -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>

Environment is implicitly inherited from the current process "environ"
variable for execl() or g_spawn_sync(), no need to be explicit about it.

Signed-off-by: Marc-André Lureau<marcandre.lureau@redhat.com>
---
  meson.build          |  2 --
  qga/commands-posix.c | 24 +++++++-----------------
  2 files changed, 7 insertions(+), 19 deletions(-)

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

r~



reply via email to

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