Re: [libvirt] [PATCH v5 09/20] backup: Implement backup APIs for remote driver

2019-03-26 Thread Eric Blake
On 3/6/19 11:47 PM, Eric Blake wrote: > The remote code generator had to be taught about the new > virDomainCheckpointPtr type, at which point the remote driver > code for backups can be generated. > > Signed-off-by: Eric Blake > --- Question for Dan: > + /** > + * @generate: both > +

[libvirt] [PATCH v5 09/20] backup: Implement backup APIs for remote driver

2019-03-06 Thread Eric Blake
The remote code generator had to be taught about the new virDomainCheckpointPtr type, at which point the remote driver code for backups can be generated. Signed-off-by: Eric Blake --- src/remote/remote_daemon_dispatch.c | 22 ++- src/remote/remote_driver.c | 33 +++-