Re: [libvirt PATCH 3/3] qemu: consider available CPUs in iothread info output

2020-08-07 Thread Daniel P . Berrangé
On Fri, Aug 07, 2020 at 04:59:14PM +0200, Pavel Hrdina wrote: > Following the rationale from commit > <2020c6af8a8e4bb04acb629d089142be984484c8> we should do the same thing > for iothread info as well. > > Signed-off-by: Pavel Hrdina > --- > src/qemu/qemu_driver.c | 7 +-- > 1 file changed,

[libvirt PATCH 3/3] qemu: consider available CPUs in iothread info output

2020-08-07 Thread Pavel Hrdina
Following the rationale from commit <2020c6af8a8e4bb04acb629d089142be984484c8> we should do the same thing for iothread info as well. Signed-off-by: Pavel Hrdina --- src/qemu/qemu_driver.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/qemu/qemu_driver.c