[PATCH 0/5] Follow up fixes for IOThreads

Michal Privoznik posted 5 patches 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1657266850.git.mprivozn@redhat.com
src/conf/domain_conf.c |  50 ++++++++++----------
src/qemu/qemu_driver.c | 101 +++++++++++++++++++++++------------------
tools/virsh-domain.c   |   8 ++++
3 files changed, 90 insertions(+), 69 deletions(-)
[PATCH 0/5] Follow up fixes for IOThreads
Posted by Michal Privoznik 1 year, 9 months ago
Couple of issues were found with my recent work on IOThread and its pool
size limits. Here are fixes.

Michal Prívozník (5):
  domain_conf: Format <defaultiothread/> more often
  domain_conf: Format iothread IDs more often
  qemu: Make IOThread changing more robust
  qemuDomainSetIOThreadParams: Accept VIR_DOMAIN_AFFECT_CONFIG flag
  virsh: Implement --config for iothreadset

 src/conf/domain_conf.c |  50 ++++++++++----------
 src/qemu/qemu_driver.c | 101 +++++++++++++++++++++++------------------
 tools/virsh-domain.c   |   8 ++++
 3 files changed, 90 insertions(+), 69 deletions(-)

-- 
2.35.1

Re: [PATCH 0/5] Follow up fixes for IOThreads
Posted by Ján Tomko 1 year, 9 months ago
On a Friday in 2022, Michal Privoznik wrote:
>Couple of issues were found with my recent work on IOThread and its pool
>size limits. Here are fixes.
>
>Michal Prívozník (5):
>  domain_conf: Format <defaultiothread/> more often
>  domain_conf: Format iothread IDs more often
>  qemu: Make IOThread changing more robust
>  qemuDomainSetIOThreadParams: Accept VIR_DOMAIN_AFFECT_CONFIG flag
>  virsh: Implement --config for iothreadset
>
> src/conf/domain_conf.c |  50 ++++++++++----------
> src/qemu/qemu_driver.c | 101 +++++++++++++++++++++++------------------
> tools/virsh-domain.c   |   8 ++++
> 3 files changed, 90 insertions(+), 69 deletions(-)
>

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

Jano