Re: [libvirt] [PATCH 2/2] VirtualBox support (Resending by fixing a autodetection Bug)

2009-04-14 Thread Pritesh Kothari
Hi Daniel, > > +char g_szVBoxErrMsg[256]; > > I don't much like the static fixed size error message buffer Fixed this. > > +if (conn->uri == NULL) { > > +conn->uri = xmlParseURI(uid ? "vbox:///session" : > > "vbox:///system"); +if (conn->uri == NULL) { > > +vboxEr

Re: [libvirt] [PATCH 2/2] VirtualBox support (Resending by fixing a autodetection Bug)

2009-04-14 Thread Daniel P. Berrange
On Thu, Apr 09, 2009 at 11:25:08AM +0200, Pritesh Kothari wrote: > Hi All, > > Resending the second patch [PATCH 2/2] after fixing the Bug mentioned by > Florian on the list. > > Regards, > Pritesh > > On Wednesday 08 April 2009 14:20:29 Pritesh Kothari wrote: > > Hi All, > > > > I have attache