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. Berrange" 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. --- s

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

2012-03-20 Thread Daniel P. Berrange
From: "Daniel P. Berrange" 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 -- src/hyperv/hy