[libvirt] [PATCH 5/5] blkiotune: add virsh support for blkiotune.throttle.iops/bps

2013-09-17 Thread hzguanqiang
From: Guan Qiang hzguanqi...@corp.netease.com This adds four parameters --device-read-bps, --device-write-bps, --device-read-iops and --device-write-iops to virsh command blkiotune for setting/getting blkiotune.throttle.{read/write}_{iops/bps}_device. --- tools/virsh-domain.c | 64

[libvirt] [PATCH 0/5] Add support for device blkio iops and bps throttle

2013-09-17 Thread hzguanqiang
From: Guan Qiang hzguanqi...@corp.netease.com The patches add support for setting/getting blkio read/write bps/iops throttle per-device with blkio cgroup. Aline Manera (3): Add https protocol support for cdrom disk Add ftps protocol support for cdrom disk Add tftp protocol support for

[libvirt] [PATCH 1/5] Add https protocol support for cdrom disk

2013-09-17 Thread hzguanqiang
From: Aline Manera alin...@br.ibm.com The https protocol is also accepted by qemu/KVM when specifying the cdrom ISO image. The xml should be as following: disk type='network' device='cdrom' source protocol='https' name='/url/path' host name='host.name' port='443'/

[libvirt] [PATCH 2/2] blkiotune: add virsh support for blkiotune.throttle.iops/bps

2013-09-17 Thread hzguanqiang
From: Guan Qiang hzguanqi...@corp.netease.com This adds four parameters --device-read-bps, --device-write-bps, --device-read-iops and --device-write-iops to virsh command blkiotune for setting/getting blkiotune.throttle.{read/write}_{iops/bps}_device. --- tools/virsh-domain.c | 64

[libvirt] [PATCH 0/2] Add support for device blkio iops and bps throttle

2013-09-17 Thread hzguanqiang
From: Guan Qiang hzguanqi...@corp.netease.com The patches add support for setting/getting blkio read/write bps/iops throttle per-device with blkio cgroup. Guan Qiang (2): blkiotune: add support for device iops and bps throttle blkiotune: add virsh support for blkiotune.throttle.iops/bps

[libvirt] [PATCH 2/2] blkiotune: add virsh support for blkiotune.throttle.iops/bps

2013-09-17 Thread hzguanqiang
From: Guan Qiang hzguanqi...@corp.netease.com This adds four parameters --device-read-bps, --device-write-bps, --device-read-iops and --device-write-iops to virsh command blkiotune for setting/getting blkiotune.throttle.{read/write}_{iops/bps}_device. --- tools/virsh-domain.c | 64

[libvirt] [PATCH 0/2] Add support for device blkio iops and bps throttle

2013-09-17 Thread hzguanqiang
From: Guan Qiang hzguanqi...@corp.netease.com The patches add support for setting/getting blkio read/write bps/iops throttle per-device with blkio cgroup. Guan Qiang (2): blkiotune: add support for device iops and bps throttle blkiotune: add virsh support for blkiotune.throttle.iops/bps

[libvirt] [PATCH 3/5] Add tftp protocol support for cdrom disk

2013-09-17 Thread hzguanqiang
From: Aline Manera alin...@br.ibm.com qemu/KVM also supports a tftp URL while specifying the cdrom ISO image. The xml should be as following: disk type='network' device='cdrom' source protocol='tftp' name='/url/path' host name='host.name' port='69'/ /source /disk

[libvirt] [PATCH 2/5] Add ftps protocol support for cdrom disk

2013-09-17 Thread hzguanqiang
From: Aline Manera alin...@br.ibm.com The ftps protocol is another protocol supported by qemu/KVM while specifying the cdrom ISO image. The xml should be as following: disk type='network' device='cdrom' source protocol='ftps' name='/url/path' host name='host.name' port='990'/