Re: [libvirt] [PATCH 3/6] normalize_xml: Wire up the remote protocol

2012-01-09 Thread Eric Blake
On 01/09/2012 07:29 AM, Osier Yang wrote: > --- > src/remote/remote_driver.c |1 + > src/remote/remote_protocol.x | 12 +++- > src/remote_protocol-structs |9 + > 3 files changed, 21 insertions(+), 1 deletions(-) > > diff --git a/src/remote/remote_driver.c b/src/remot

[libvirt] [PATCH 3/6] normalize_xml: Wire up the remote protocol

2012-01-09 Thread Osier Yang
--- src/remote/remote_driver.c |1 + src/remote/remote_protocol.x | 12 +++- src/remote_protocol-structs |9 + 3 files changed, 21 insertions(+), 1 deletions(-) diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index 7580477..74225af 100644 --- a/sr