[libvirt] [PATCH] Define remote wire protocol impls for virDomainQemuAttach

2011-07-08 Thread Daniel P. Berrange
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 *

Re: [libvirt] [PATCH] Define remote wire protocol impls for virDomainQemuAttach

2011-07-08 Thread Matthias Bolte
2011/7/8 Daniel P. Berrange berra...@redhat.com: 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 *

Re: [libvirt] [PATCH] Define remote wire protocol impls for virDomainQemuAttach

2011-07-08 Thread Eric Blake
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

Re: [libvirt] [PATCH] Define remote wire protocol impls for virDomainQemuAttach

2011-07-08 Thread Eric Blake
On 07/08/2011 07:40 AM, Eric Blake wrote: 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 *