Re: [libvirt] [PATCH 2/4] python: add python binding for virDomainSetBlkioParameters

2011-07-28 Thread Hu Tao
On Thu, Jul 28, 2011 at 10:15:21AM +0200, Michal Privoznik wrote: On 27.07.2011 04:13, Hu Tao wrote: --- python/libvirt-override-api.xml |1 + python/libvirt-override.c | 94 +- 2 files changed, 92 insertions(+), 3 deletions(-) ACK,

Re: [libvirt] [PATCH 2/4] python: add python binding for virDomainSetBlkioParameters

2011-07-28 Thread Michal Privoznik
On 27.07.2011 04:13, Hu Tao wrote: --- python/libvirt-override-api.xml |1 + python/libvirt-override.c | 94 +- 2 files changed, 92 insertions(+), 3 deletions(-) ACK, but again, we need update of virDomainSetBlkioParameters description. I'll

[libvirt] [PATCH 2/4] python: add python binding for virDomainSetBlkioParameters

2011-07-26 Thread Hu Tao
--- python/libvirt-override-api.xml |1 + python/libvirt-override.c | 94 +- 2 files changed, 92 insertions(+), 3 deletions(-) diff --git a/python/libvirt-override-api.xml b/python/libvirt-override-api.xml index 00f8e6a..928bfb7 100644 ---