Re: [libvirt] [PATCH 05/14] Use a libvirt custom struct for virURIPtr

2012-03-21 Thread Osier Yang
On 2012年03月21日 01:33, Daniel P. Berrange wrote: From: Daniel P. Berrangeberra...@redhat.com Instead of just typedef'ing the xmlURIPtr struct for virURIPtr, use a custom libvirt struct. This allows us to fix various problems with libxml2. This initially just fixes the query vs query_raw handling

[libvirt] [PATCH 05/14] Use a libvirt custom struct for virURIPtr

2012-03-20 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Instead of just typedef'ing the xmlURIPtr struct for virURIPtr, use a custom libvirt struct. This allows us to fix various problems with libxml2. This initially just fixes the query vs query_raw handling problems. --- src/esx/esx_util.c |4