Re: [libvirt] [PATCH] qemu_process: add pid of vm in domain log

2016-10-06 Thread Michal Privoznik
On 28.09.2016 13:43, Chen Hanxiao wrote: > From: Chen Hanxiao > > Add pid of VM in domain log. > We used to show this info in debug log. > > For example: > If a process send SIGKILL to a qemu process, > we could find something in audit logs. > Then the pid of VM in domain log will be helpful. >

Re: [libvirt] [PATCH] qemu_process: add pid of vm in domain log

2016-10-06 Thread Daniel P. Berrange
On Thu, Oct 06, 2016 at 04:29:46PM +0200, Michal Privoznik wrote: > On 28.09.2016 13:43, Chen Hanxiao wrote: > > From: Chen Hanxiao > > > > Add pid of VM in domain log. > > We used to show this info in debug log. > > > > For example: > > If a process send SIGKILL to a qemu process, > > we could

[libvirt] [PATCH] qemu_process: add pid of vm in domain log

2016-09-28 Thread Chen Hanxiao
From: Chen Hanxiao Add pid of VM in domain log. We used to show this info in debug log. For example: If a process send SIGKILL to a qemu process, we could find something in audit logs. Then the pid of VM in domain log will be helpful. Signed-off-by: Chen Hanxiao --- src/qemu/qemu_process.c |