[PATCH v3 0/2] qemu: don't change ownership of cache directory

Peng Liang posted 2 patches 2 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210913142347.3023720-1-liangpeng10@huawei.com
src/qemu/qemu_driver.c | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
[PATCH v3 0/2] qemu: don't change ownership of cache directory
Posted by Peng Liang 2 years, 7 months ago
See path 2 for detail.

v2 -> v3:
- Change the directory to put the temp files of screenshot and
memorypeek from autoDumpPath to per-domain directory [Daniel]

v1 -> v2:
- Add commit message for path1 [Peter]

Peng Liang (2):
  qemu: move temp file of screenshot and memorypeek to per-domain dir
  qemu: don't change ownership of cache directory

 src/qemu/qemu_driver.c | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

-- 
2.31.1


Re: [PATCH v3 0/2] qemu: don't change ownership of cache directory
Posted by Michal Prívozník 2 years, 6 months ago
On 9/13/21 4:23 PM, Peng Liang wrote:
> See path 2 for detail.
> 
> v2 -> v3:
> - Change the directory to put the temp files of screenshot and
> memorypeek from autoDumpPath to per-domain directory [Daniel]
> 
> v1 -> v2:
> - Add commit message for path1 [Peter]
> 
> Peng Liang (2):
>   qemu: move temp file of screenshot and memorypeek to per-domain dir
>   qemu: don't change ownership of cache directory
> 
>  src/qemu/qemu_driver.c | 13 +++----------
>  1 file changed, 3 insertions(+), 10 deletions(-)
> 

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

and pushed.

Michal