Re: [libvirt] [PATCHv2] python: Fix emulatorpin API bindings

2013-03-21 Thread Peter Krempa
On 03/20/13 21:12, Eric Blake wrote: On 03/20/2013 08:48 AM, Peter Krempa wrote: The addition of emulator pinning APIs didn't think of doing the right job with python APIs for them. The default generator produced unusable code for this. This patch switches to proper code as in the case of

[libvirt] [PATCHv2] python: Fix emulatorpin API bindings

2013-03-20 Thread Peter Krempa
The addition of emulator pinning APIs didn't think of doing the right job with python APIs for them. The default generator produced unusable code for this. This patch switches to proper code as in the case of domain Vcpu pining. This change can be classified as a python API-breaker but in the

Re: [libvirt] [PATCHv2] python: Fix emulatorpin API bindings

2013-03-20 Thread Eric Blake
On 03/20/2013 08:48 AM, Peter Krempa wrote: The addition of emulator pinning APIs didn't think of doing the right job with python APIs for them. The default generator produced unusable code for this. This patch switches to proper code as in the case of domain Vcpu pining. This change can be