[libvirt] [PATCH 0/4] qemu: fix handling of 'group_name' disk io tuning parameter

Peter Krempa posted 4 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1489739397.git.pkrempa@redhat.com
src/qemu/qemu_command.c | 181 ++++++++++++++++++++++++++++++------------------
src/qemu/qemu_driver.c  |  22 ++++--
2 files changed, 127 insertions(+), 76 deletions(-)
[libvirt] [PATCH 0/4] qemu: fix handling of 'group_name' disk io tuning parameter
Posted by Peter Krempa 7 years, 1 month ago
Fix a crasher and an invalid configuration.

Peter Krempa (4):
  qemu: Don't steal pointers from 'persistentDef' in
    qemuDomainGetBlockIoTune
  qemu: command: Extract blkdeviotune checks into a separate function
  qemu: command: Extract tests for subsets of blkdeviotune settings
  qemu: command: Don't allow setting 'group_name' alone

 src/qemu/qemu_command.c | 181 ++++++++++++++++++++++++++++++------------------
 src/qemu/qemu_driver.c  |  22 ++++--
 2 files changed, 127 insertions(+), 76 deletions(-)

-- 
2.12.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/4] qemu: fix handling of 'group_name' disk io tuning parameter
Posted by Michal Privoznik 7 years, 1 month ago
On 03/17/2017 09:30 AM, Peter Krempa wrote:
> Fix a crasher and an invalid configuration.
>
> Peter Krempa (4):
>   qemu: Don't steal pointers from 'persistentDef' in
>     qemuDomainGetBlockIoTune
>   qemu: command: Extract blkdeviotune checks into a separate function
>   qemu: command: Extract tests for subsets of blkdeviotune settings
>   qemu: command: Don't allow setting 'group_name' alone
>
>  src/qemu/qemu_command.c | 181 ++++++++++++++++++++++++++++++------------------
>  src/qemu/qemu_driver.c  |  22 ++++--
>  2 files changed, 127 insertions(+), 76 deletions(-)
>

ACK series.

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list