[PATCH 0/3] ch: Misc fixes

Michal Privoznik via Devel posted 3 patches 8 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1743676591.git.mprivozn@redhat.com
src/ch/ch_events.c  |  4 ++--
src/ch/ch_monitor.c | 14 ++++----------
src/ch/ch_monitor.h |  2 --
src/ch/ch_process.c | 11 +++++------
4 files changed, 11 insertions(+), 20 deletions(-)
[PATCH 0/3] ch: Misc fixes
Posted by Michal Privoznik via Devel 8 months, 2 weeks ago
*** BLURB HERE ***

Michal Prívozník (3):
  ch: Use CH_DOMAIN_PRIVATE() more
  ch: Drop pid from monitor
  ch: Fix printf format strings wrt size_t argument

 src/ch/ch_events.c  |  4 ++--
 src/ch/ch_monitor.c | 14 ++++----------
 src/ch/ch_monitor.h |  2 --
 src/ch/ch_process.c | 11 +++++------
 4 files changed, 11 insertions(+), 20 deletions(-)

-- 
2.49.0
Re: [PATCH 0/3] ch: Misc fixes
Posted by Ján Tomko via Devel 8 months, 2 weeks ago
On a Thursday in 2025, Michal Privoznik via Devel wrote:
>*** BLURB HERE ***
>
>Michal Prívozník (3):
>  ch: Use CH_DOMAIN_PRIVATE() more
>  ch: Drop pid from monitor
>  ch: Fix printf format strings wrt size_t argument
>
> src/ch/ch_events.c  |  4 ++--
> src/ch/ch_monitor.c | 14 ++++----------
> src/ch/ch_monitor.h |  2 --
> src/ch/ch_process.c | 11 +++++------
> 4 files changed, 11 insertions(+), 20 deletions(-)
>

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

Jano