qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] Produce better termination message
@ 2016-09-21 11:26 Michal Privoznik
  2016-09-21 11:26 ` [Qemu-devel] [PATCH v2 1/2] util: Introduce qemu_get_pid_name Michal Privoznik
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Michal Privoznik @ 2016-09-21 11:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, armbru, peter.maydell, eblake

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.

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(-)

-- 
2.8.4

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-09-21 15:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-21 11:26 [Qemu-devel] [PATCH v2 0/2] Produce better termination message Michal Privoznik
2016-09-21 11:26 ` [Qemu-devel] [PATCH v2 1/2] util: Introduce qemu_get_pid_name Michal Privoznik
2016-09-21 15:24   ` Paolo Bonzini
2016-09-21 15:37   ` Daniel P. Berrange
2016-09-21 11:26 ` [Qemu-devel] [PATCH v2 2/2] qemu_kill_report: Report PID name too Michal Privoznik
2016-09-21 12:32 ` [Qemu-devel] [PATCH v2 0/2] Produce better termination message no-reply
2016-09-21 12:32 ` no-reply
2016-09-21 15:25 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).