On 07/08/2011 06:20 AM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berra...@redhat.com>
> 
> This tweaks the RPC generator to cope with some naming
> conventions used for the QEMU specific APIs
> 
> * daemon/remote.c: Server side dispatcher
> * src/remote/remote_driver.c: Client side dispatcher
> * src/remote/qemu_protocol.x: Wire protocol definition
> * src/rpc/gendispatch.pl: Use '$structprefix' in method
>   names, fix QEMU flags and fix dispatcher method names
> ---
>  src/remote/qemu_protocol.x |   13 ++++++++++++-
>  src/remote/remote_driver.c |    1 +
>  src/rpc/gendispatch.pl     |   11 +++++++++--
>  3 files changed, 22 insertions(+), 3 deletions(-)

Hmm.  We have src/remote_protocol-structs to catch any incompatible
on-the-wire changes to remote_protocol.x, but nothing to track changes
to qemu_protocol.x.  Is this something that needs fixing to help us
avoid unintended wire breakage?

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

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to