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 --- generator.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'generator.py') diff --git a/generator.py b/generator.py index 00bd94f..88c52b9 100755 --- a/generator.py +++ b/generator.py @@ -414,6 +414,8 @@ skip_impl = ( 'virDomainGetBlockJobInfo', 'virDomainMigrateGetMaxSpeed', 'virDomainBlockStatsFlags', + 'virDomainSetBlockIoTune', + 'virDomainGetBlockIoTune', ) qemu_skip_impl = ( @@ -470,9 +472,6 @@ skip_function = ( "virNWFilterGetConnect", "virStoragePoolGetConnect", "virStorageVolGetConnect", - - "virDomainGetBlockIoTune", # not implemented yet - "virDomainSetBlockIoTune", # not implemented yet ) qemu_skip_function = ( -- cgit