[PATCH v2 0/2] qemu: Move 2 pid files to stateDir

Peng Liang posted 2 patches 2 years, 6 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20211018092012.2017389-1-liangpeng10@huawei.com
src/qemu/qemu_process.c  | 22 +++++++++++++++++++++-
src/qemu/qemu_virtiofs.c | 25 ++++++++++++++++++++++---
2 files changed, 43 insertions(+), 4 deletions(-)
[PATCH v2 0/2] qemu: Move 2 pid files to stateDir
Posted by Peng Liang 2 years, 6 months ago
This is v2 of:
https://listman.redhat.com/archives/libvir-list/2021-October/msg00535.html

v1 -> v2:
- Fix compatibility with old version libvirt [Michal]

Peng Liang (2):
  qemu: Move pid file of pr-helper to stateDir
  qemu: Move pid file of virtiofsd to stateDir

 src/qemu/qemu_process.c  | 22 +++++++++++++++++++++-
 src/qemu/qemu_virtiofs.c | 25 ++++++++++++++++++++++---
 2 files changed, 43 insertions(+), 4 deletions(-)

-- 
2.31.1


Re: [PATCH v2 0/2] qemu: Move 2 pid files to stateDir
Posted by Michal Prívozník 2 years, 6 months ago
On 10/18/21 11:20 AM, Peng Liang wrote:
> This is v2 of:
> https://listman.redhat.com/archives/libvir-list/2021-October/msg00535.html
> 
> v1 -> v2:
> - Fix compatibility with old version libvirt [Michal]
> 
> Peng Liang (2):
>   qemu: Move pid file of pr-helper to stateDir
>   qemu: Move pid file of virtiofsd to stateDir
> 
>  src/qemu/qemu_process.c  | 22 +++++++++++++++++++++-
>  src/qemu/qemu_virtiofs.c | 25 ++++++++++++++++++++++---
>  2 files changed, 43 insertions(+), 4 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal