]> git.ipfire.org Git - thirdparty/libvirt.git/commit
python: Correct arguments number for migrateSetMaxSpeed
authorOsier Yang <jyang@redhat.com>
Wed, 8 Feb 2012 09:33:22 +0000 (17:33 +0800)
committerOsier Yang <jyang@redhat.com>
Thu, 9 Feb 2012 04:07:26 +0000 (12:07 +0800)
commit4165d68aaabbf262fe4050ddcf1b68bff5a6b0c8
tree3abce6c23710319cd0b7747219735f40f5cacc36
parentc8c239a439dca7600cd52066966c1c59a838e167
python: Correct arguments number for migrateSetMaxSpeed

The API definition accepts "flags" argument, however, the
implementation ignores it, though "flags" is unused currently,
we should expose it instead of hard coding, the API
implementation inside hypervisor driver is responsible to check
if the passed "flags" is valid.
python/libvirt-override.c