[PATCH 0/3] ch: Couple of format directive fixes

Michal Privoznik posted 3 patches 7 months, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1693920916.git.mprivozn@redhat.com
src/ch/ch_domain.c  | 4 ++--
src/ch/ch_monitor.c | 4 ++--
src/ch/ch_process.c | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
[PATCH 0/3] ch: Couple of format directive fixes
Posted by Michal Privoznik 7 months, 4 weeks ago
*** BLURB HERE ***

Michal Prívozník (3):
  ch: Use uint for @maxvcpus in virCHDomainRefreshThreadInfo()
  ch: Use int for @niothreads in virCHMonitorGetIOThreads()
  ch: Use proper format directive for @i in virCHProcessSetupIOThreads()

 src/ch/ch_domain.c  | 4 ++--
 src/ch/ch_monitor.c | 4 ++--
 src/ch/ch_process.c | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.41.0

Re: [PATCH 0/3] ch: Couple of format directive fixes
Posted by Ján Tomko 7 months, 4 weeks ago
On a Tuesday in 2023, Michal Privoznik wrote:
>*** BLURB HERE ***
>
>Michal Prívozník (3):
>  ch: Use uint for @maxvcpus in virCHDomainRefreshThreadInfo()
>  ch: Use int for @niothreads in virCHMonitorGetIOThreads()
>  ch: Use proper format directive for @i in virCHProcessSetupIOThreads()
>
> src/ch/ch_domain.c  | 4 ++--
> src/ch/ch_monitor.c | 4 ++--
> src/ch/ch_process.c | 2 +-
> 3 files changed, 5 insertions(+), 5 deletions(-)
>

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

Jano