[libvirt] [PATCH v2 3/8] undefine: Wire up the remote protocol

Eric Blake eblake at redhat.com
Fri Jul 15 20:05:45 UTC 2011


On 07/15/2011 03:06 AM, Osier Yang wrote:
> ---
>  src/remote/remote_driver.c   |    3 ++-
>  src/remote/remote_protocol.x |    9 ++++++++-
>  src/remote_protocol-structs  |    4 ++++
>  3 files changed, 14 insertions(+), 2 deletions(-)
> 

> +++ b/src/remote_protocol-structs
> @@ -533,6 +533,10 @@ struct remote_domain_define_xml_ret {
>  struct remote_domain_undefine_args {
>          remote_nonnull_domain      dom;
>  };
> +struct remote_domain_undefine_flags_args {
> +        remote_nonnull_domain      dom;
> +        u_int                      flags;
> +};
>  struct remote_domain_inject_nmi_args {
>          remote_nonnull_domain      dom;
>          u_int                      flags;

ACK, but be sure to run 'make check' before committing, because you'll
have to add a line to remote_protocol-structs if I get my enum-checking
patch pushed first.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 620 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110715/7bac5bbb/attachment-0001.sig>


More information about the libvir-list mailing list