Re: [libvirt] [PATCH] remove range checking for blkiotune weight

2014-07-24 Thread Ján Tomko
On 07/24/2014 04:46 PM, Martin Kletzander wrote: > This was changed before: > > https://www.redhat.com/archives/libvir-list/2013-October/msg00525.html > > but not everywhere in the code. > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1100769 > > Signed-off-by: Martin Kletzander > --

[libvirt] [PATCH] remove range checking for blkiotune weight

2014-07-24 Thread Martin Kletzander
This was changed before: https://www.redhat.com/archives/libvir-list/2013-October/msg00525.html but not everywhere in the code. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1100769 Signed-off-by: Martin Kletzander --- src/lxc/lxc_driver.c | 14 -- src/qemu/qemu_driver.c