Re: [libvirt PATCH v3 01/13] util: Helper functions to get process info

2022-01-06 Thread Michal Prívozník
On 12/10/21 21:34, Praveen K Paladugu wrote: > Move qemuGetProcessInfo and qemuGetSchedInfo methods to util and share them > with ch driver. > > Signed-off-by: Praveen K Paladugu > --- > src/libvirt_private.syms | 2 + > src/qemu/qemu_driver.c | 116 ++- >

[libvirt PATCH v3 01/13] util: Helper functions to get process info

2021-12-10 Thread Praveen K Paladugu
Move qemuGetProcessInfo and qemuGetSchedInfo methods to util and share them with ch driver. Signed-off-by: Praveen K Paladugu --- src/libvirt_private.syms | 2 + src/qemu/qemu_driver.c | 116 ++- src/util/virprocess.c| 108 +