All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Privoznik <mprivozn@redhat.com>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, peter.maydell@linaro.org, armbru@redhat.com
Subject: [Qemu-devel] [PATCH 0/2] Produce better termination message
Date: Tue, 20 Sep 2016 16:54:51 +0200	[thread overview]
Message-ID: <cover.1474383125.git.mprivozn@redhat.com> (raw)

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	other threads:[~2016-09-20 14:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-20 14:54 Michal Privoznik [this message]
2016-09-20 14:54 ` [Qemu-devel] [PATCH 1/2] util: Introduce qemu_get_pid_name Michal Privoznik
2016-09-20 15:02   ` Paolo Bonzini
2016-09-20 14:54 ` [Qemu-devel] [PATCH 2/2] qemu_kill_report: Report PID name too Michal Privoznik
2016-09-20 15:07   ` Eric Blake
2016-09-20 17:00 ` [Qemu-devel] [PATCH 0/2] Produce better termination message no-reply
2016-09-20 20:38 ` no-reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1474383125.git.mprivozn@redhat.com \
    --to=mprivozn@redhat.com \
    --cc=armbru@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.