Re: [libvirt] [PATCH v4 10/20] backup: Implement backup APIs for remote driver

2019-02-11 Thread John Ferlan
On 2/6/19 2:18 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 > --- > src/remote/remote_daemon_dispatch.c | 22 ++- > src/remot

[libvirt] [PATCH v4 10/20] backup: Implement backup APIs for remote driver

2019-02-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 +++- src/remote/remote