From 4d6d685288f849db152fcd8e5985fc7605764606 Mon Sep 17 00:00:00 2001 From: Lei Li Date: Tue, 15 Nov 2011 17:02:49 +0800 Subject: Support virDomain{Set, Get}BlockIoTune in the python API Python support for both setting and getting block I/O throttle. Signed-off-by: Lei Li Signed-off-by: Zhi Yong Wu Signed-off-by: Eric Blake --- libvirt-override-api.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index ef02f34..6aad49c 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -375,5 +375,21 @@ + + Change the I/O tunables for a block device + + + + + + + + Get the I/O tunables for a block device + + + + + + -- cgit