[PATCH 0/2] Another round of CH driver fixes

Michal Privoznik posted 2 patches 2 years, 10 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1623073607.git.mprivozn@redhat.com
src/ch/ch_conf.c   | 1 -
src/ch/ch_conf.h   | 1 -
src/ch/ch_driver.c | 2 +-
3 files changed, 1 insertion(+), 3 deletions(-)
[PATCH 0/2] Another round of CH driver fixes
Posted by Michal Privoznik 2 years, 10 months ago
*** BLURB HERE ***

Michal Prívozník (2):
  ch_driver: Avoid driver double free
  virCHDriverConfig: Drop @uri member

 src/ch/ch_conf.c   | 1 -
 src/ch/ch_conf.h   | 1 -
 src/ch/ch_driver.c | 2 +-
 3 files changed, 1 insertion(+), 3 deletions(-)

-- 
2.31.1

Re: [PATCH 0/2] Another round of CH driver fixes
Posted by Jano Tomko 2 years, 10 months ago
On 6/7/21 3:47 PM, Michal Privoznik wrote:
> *** BLURB HERE ***
> 
> Michal Prívozník (2):
>   ch_driver: Avoid driver double free
>   virCHDriverConfig: Drop @uri member
> 
>  src/ch/ch_conf.c   | 1 -
>  src/ch/ch_conf.h   | 1 -
>  src/ch/ch_driver.c | 2 +-
>  3 files changed, 1 insertion(+), 3 deletions(-)
> 

Series:
Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano