Re: [libvirt] [PATCH 2/4] Convert libvirtd over to the new RPC handling APIs

2011-06-28 Thread Daniel P. Berrange
On Mon, Jun 27, 2011 at 04:01:53PM -0600, Eric Blake wrote: > On 06/27/2011 08:24 AM, Daniel P. Berrange wrote: > > This guts the libvirtd daemon, removing all its networking and > > RPC handling code. Instead it calls out to the new virServerPtr > > APIs for all its RPC & networking work > > > >

Re: [libvirt] [PATCH 2/4] Convert libvirtd over to the new RPC handling APIs

2011-06-28 Thread Daniel P. Berrange
On Mon, Jun 27, 2011 at 04:01:53PM -0600, Eric Blake wrote: > On 06/27/2011 08:24 AM, Daniel P. Berrange wrote: > > This guts the libvirtd daemon, removing all its networking and > > RPC handling code. Instead it calls out to the new virServerPtr > > APIs for all its RPC & networking work > > > >

Re: [libvirt] [PATCH 2/4] Convert libvirtd over to the new RPC handling APIs

2011-06-27 Thread Eric Blake
On 06/27/2011 08:24 AM, Daniel P. Berrange wrote: > This guts the libvirtd daemon, removing all its networking and > RPC handling code. Instead it calls out to the new virServerPtr > APIs for all its RPC & networking work > > As a fallout all libvirtd daemon error reporting now takes place > via t