[PATCH 0/2] Optimize initialization of storage files

Peter Krempa posted 2 patches 4 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1585221445.git.pkrempa@redhat.com
src/qemu/qemu_driver.c | 31 +++++++++++++------------------
1 file changed, 13 insertions(+), 18 deletions(-)
[PATCH 0/2] Optimize initialization of storage files
Posted by Peter Krempa 4 years ago
See 2/2.

Peter Krempa (2):
  qemuSecurityChownCallback: Remove 'cleanup' section
  qemuSecurityChownCallback: Don't initialize storage file subsystem for
    local file

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

-- 
2.24.1

Re: [PATCH 0/2] Optimize initialization of storage files
Posted by Pavel Mores 4 years ago
On Thu, Mar 26, 2020 at 12:18:01PM +0100, Peter Krempa wrote:
> See 2/2.
> 
> Peter Krempa (2):
>   qemuSecurityChownCallback: Remove 'cleanup' section
>   qemuSecurityChownCallback: Don't initialize storage file subsystem for
>     local file
> 
>  src/qemu/qemu_driver.c | 31 +++++++++++++------------------
>  1 file changed, 13 insertions(+), 18 deletions(-)
> 
> -- 
> 2.24.1
> 

Reviewed-by: Pavel Mores <pmores@redhat.com>