[PATCH 0/5] ch: Misc cleanups

Michal Privoznik via Devel posted 5 patches 1 week, 6 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1762514684.git.mprivozn@redhat.com
src/ch/ch_driver.c  |  9 ++++++++-
src/ch/ch_hotplug.c | 23 ++++++++++++++++++++---
src/ch/ch_process.c | 13 +++++++++----
src/ch/meson.build  | 17 +++--------------
4 files changed, 40 insertions(+), 22 deletions(-)
[PATCH 0/5] ch: Misc cleanups
Posted by Michal Privoznik via Devel 1 week, 6 days ago
*** BLURB HERE ***

Michal Prívozník (5):
  ch_process: Avoid memleak in chProcessAddNetworkDevice()
  ch: Use correct domain definition in chDomainGetXMLDesc()
  ch: Set transient domain definition
  ch: Assign device alias early
  ch: Sort driver sources and drop header files

 src/ch/ch_driver.c  |  9 ++++++++-
 src/ch/ch_hotplug.c | 23 ++++++++++++++++++++---
 src/ch/ch_process.c | 13 +++++++++----
 src/ch/meson.build  | 17 +++--------------
 4 files changed, 40 insertions(+), 22 deletions(-)

-- 
2.51.0

Re: [PATCH 0/5] ch: Misc cleanups
Posted by Jiri Denemark via Devel 1 week, 6 days ago
On Fri, Nov 07, 2025 at 12:24:54 +0100, Michal Privoznik wrote:
> *** BLURB HERE ***
> 
> Michal Prívozník (5):
>   ch_process: Avoid memleak in chProcessAddNetworkDevice()
>   ch: Use correct domain definition in chDomainGetXMLDesc()
>   ch: Set transient domain definition
>   ch: Assign device alias early
>   ch: Sort driver sources and drop header files
> 
>  src/ch/ch_driver.c  |  9 ++++++++-
>  src/ch/ch_hotplug.c | 23 ++++++++++++++++++++---
>  src/ch/ch_process.c | 13 +++++++++----
>  src/ch/meson.build  | 17 +++--------------
>  4 files changed, 40 insertions(+), 22 deletions(-)

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>