]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: fix setting weight and device-weights at the same time
authorHu Tao <hutao@cn.fujitsu.com>
Wed, 30 Nov 2011 07:26:25 +0000 (15:26 +0800)
committerEric Blake <eblake@redhat.com>
Wed, 30 Nov 2011 19:11:25 +0000 (12:11 -0700)
commit7e976db4ea7f0a2e141057a7ca8fe805523ed836
tree4262ae3152541476317940cf611a78ce04af9242
parent55ecc49bbcb45aed88ef845afde670c617d65e69
virsh: fix setting weight and device-weights at the same time

When setting both blkio weight and device-weights at the same time, the weight
is lost. Fix it.
tools/virsh.c