qemu-devel
[Top][All Lists]
Advanced

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

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


From: Michal Privoznik
Subject: [Qemu-devel] [PATCH 0/2] Produce better termination message
Date: Tue, 20 Sep 2016 16:54:51 +0200

First attempt. There's windows implementation missing in 1/2.
Well, there's just a stub implementation. Frankly, I haven't even
looked into how to map PID to a name on Windows, but if there's
wider demand for that I will.

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   | 36 ++++++++++++++++++++++++++++++++++++
 util/oslib-win32.c   |  7 +++++++
 vl.c                 |  8 ++++++--
 4 files changed, 59 insertions(+), 2 deletions(-)

-- 
2.8.4




reply via email to

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