Re: [libvirt] [PATCH] complete virterror->virerror name change

2013-02-04 Thread Serge Hallyn
Quoting Eric Blake (ebl...@redhat.com): > On 02/01/2013 12:55 PM, Serge Hallyn wrote: > > Quoting Eric Blake (ebl...@redhat.com): > >> On 01/30/2013 08:05 PM, Serge Hallyn wrote: > >>> Without these two string changes in generator.py, the > >>> virGetLastError wrapper does not get created in > >>>

Re: [libvirt] [PATCH] complete virterror->virerror name change

2013-02-01 Thread Eric Blake
On 02/01/2013 12:55 PM, Serge Hallyn wrote: > Quoting Eric Blake (ebl...@redhat.com): >> On 01/30/2013 08:05 PM, Serge Hallyn wrote: >>> Without these two string changes in generator.py, the >>> virGetLastError wrapper does not get created in >>> /usr/share/pyshared/libvirt.py. Noticed when runnin

Re: [libvirt] [PATCH] complete virterror->virerror name change

2013-02-01 Thread Serge Hallyn
Quoting Eric Blake (ebl...@redhat.com): > On 01/30/2013 08:05 PM, Serge Hallyn wrote: > > Without these two string changes in generator.py, the > > virGetLastError wrapper does not get created in > > /usr/share/pyshared/libvirt.py. Noticed when running > > tests with virt-install. > > > > Signed-

Re: [libvirt] [PATCH] complete virterror->virerror name change

2013-01-31 Thread Doug Goldstein
On Wed, Jan 30, 2013 at 9:16 PM, Eric Blake wrote: > On 01/30/2013 08:05 PM, Serge Hallyn wrote: >> Without these two string changes in generator.py, the >> virGetLastError wrapper does not get created in >> /usr/share/pyshared/libvirt.py. Noticed when running >> tests with virt-install. >> >> Si

Re: [libvirt] [PATCH] complete virterror->virerror name change

2013-01-31 Thread Daniel P. Berrange
On Wed, Jan 30, 2013 at 08:16:59PM -0700, Eric Blake wrote: > On 01/30/2013 08:05 PM, Serge Hallyn wrote: > > Without these two string changes in generator.py, the > > virGetLastError wrapper does not get created in > > /usr/share/pyshared/libvirt.py. Noticed when running > > tests with virt-insta

Re: [libvirt] [PATCH] complete virterror->virerror name change

2013-01-30 Thread Eric Blake
On 01/30/2013 08:05 PM, Serge Hallyn wrote: > Without these two string changes in generator.py, the > virGetLastError wrapper does not get created in > /usr/share/pyshared/libvirt.py. Noticed when running > tests with virt-install. > > Signed-off-by: Serge Hallyn > --- > python/generator.py | 4

[libvirt] [PATCH] complete virterror->virerror name change

2013-01-30 Thread Serge Hallyn
Without these two string changes in generator.py, the virGetLastError wrapper does not get created in /usr/share/pyshared/libvirt.py. Noticed when running tests with virt-install. Signed-off-by: Serge Hallyn --- python/generator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff