qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 0/2] Produce better termination message


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v2 0/2] Produce better termination message
Date: Wed, 21 Sep 2016 17:25:31 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0


On 21/09/2016 13:26, Michal Privoznik wrote:
> v2 of:
> 
> http://lists.nongnu.org/archive/html/qemu-devel/2016-09/msg04710.html
> 
> The checkpatch.pl shows the following error for 1/2:
> 
>   ERROR: architecture specific defines should be avoided
>   #63: FILE: util/oslib-posix.c:441:
>   +#if defined(__FreeBSD__)
> 
> But I guess we should ignore the error, since in this case we
> want OS specific code.

Yeah, this should probably be degraded to WARN.

> diff to v1:
> - Reworked 1/2 to follow Paolo's review suggestions
> - Produce "(<unknown process>)" instead of "()" in 2/2 in case
>   the PID is unknown.
> 
> Michal Privoznik (2):
>   util: Introduce qemu_get_pid_name
>   qemu_kill_report: Report PID name too
> 
>  include/qemu/osdep.h | 10 ++++++++++
>  util/oslib-posix.c   | 37 +++++++++++++++++++++++++++++++++++++
>  util/oslib-win32.c   |  7 +++++++
>  vl.c                 |  8 ++++++--
>  4 files changed, 60 insertions(+), 2 deletions(-)
> 

Looks good, thanks.

Paolo



reply via email to

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