[PATCH 0/3] qemu: Refactor typed parameter list construction in SEV apis

Peter Krempa posted 3 patches 19 hours ago
src/qemu/qemu_driver.c | 107 ++++++++++++-----------------------------
1 file changed, 31 insertions(+), 76 deletions(-)
[PATCH 0/3] qemu: Refactor typed parameter list construction in SEV apis
Posted by Peter Krempa 19 hours ago
Peter Krempa (3):
  qemuDomainGetLaunchSecurityInfo: Don't forget unlock VM object on
    (impossible) error
  qemuDomainGetLaunchSecurityInfo: Use virTypedParamList to construct
    return value
  qemuNodeGetSEVInfo: Use virTypedParamList to construct return value

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

-- 
2.48.1
Re: [PATCH 0/3] qemu: Refactor typed parameter list construction in SEV apis
Posted by Michal Prívozník 19 hours ago
On 3/11/25 12:59, Peter Krempa wrote:
> Peter Krempa (3):
>   qemuDomainGetLaunchSecurityInfo: Don't forget unlock VM object on
>     (impossible) error
>   qemuDomainGetLaunchSecurityInfo: Use virTypedParamList to construct
>     return value
>   qemuNodeGetSEVInfo: Use virTypedParamList to construct return value
> 
>  src/qemu/qemu_driver.c | 107 ++++++++++++-----------------------------
>  1 file changed, 31 insertions(+), 76 deletions(-)
> 

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

Michal