Re: [libvirt] [PATCHv2 2/5] remote: protocol implementation for virDomainCreateWithFlags

2010-06-15 Thread Eric Blake
On 06/11/2010 07:33 AM, Daniel P. Berrange wrote: > On Thu, Jun 10, 2010 at 12:21:20PM -0600, Eric Blake wrote: >> Define the wire format for the new virDomainCreateWithFlags >> API, and implement client and server side of marshaling code. >> >> * daemon/remote.c (remoteDispatchDomainCreateWithFlag

Re: [libvirt] [PATCHv2 2/5] remote: protocol implementation for virDomainCreateWithFlags

2010-06-11 Thread Daniel P. Berrange
On Thu, Jun 10, 2010 at 12:21:20PM -0600, Eric Blake wrote: > Define the wire format for the new virDomainCreateWithFlags > API, and implement client and server side of marshaling code. > > * daemon/remote.c (remoteDispatchDomainCreateWithFlags): Add > server side dispatch for virDomainCreateWithF

[libvirt] [PATCHv2 2/5] remote: protocol implementation for virDomainCreateWithFlags

2010-06-10 Thread Eric Blake
Define the wire format for the new virDomainCreateWithFlags API, and implement client and server side of marshaling code. * daemon/remote.c (remoteDispatchDomainCreateWithFlags): Add server side dispatch for virDomainCreateWithFlags. * src/remote/remote_driver.c (remoteDomainCreateWithFlags) (remo