[libvirt] [PATCH 2/6] Introduce remote protocol support for virDomainCreate{XML}WithFiles

Michal Privoznik mprivozn at redhat.com
Thu Jul 18 08:43:55 UTC 2013


On 12.07.2013 17:38, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange at redhat.com>
> 
> Since they make use of file descriptor passing, the remote protocol
> methods for virDomainCreate{XML}WithFiles must be written by hand.
> 
> Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
> ---
>  daemon/remote.c              | 104 +++++++++++++++++++++++++++++++++++++++++++
>  src/remote/remote_driver.c   |  71 +++++++++++++++++++++++++++++
>  src/remote/remote_protocol.x |  32 ++++++++++++-
>  src/remote_protocol-structs  |  16 +++++++
>  4 files changed, 222 insertions(+), 1 deletion(-)
> 


You need to rebase this. But I guess you've figured that out already.

Michal




More information about the libvir-list mailing list