libvirt/src/remote
Eric Blake eb826444f9 vcpu: implement the remote protocol
Done by editing the first three files, then running
'make -C src rpcgen', then editing src/remote_protocol-structs
to match.

* daemon/remote.c (remoteDispatchDomainSetVcpusFlags)
(remoteDispatchDomainGetVcpusFlags): New functions.
* src/remote/remote_driver.c (remoteDomainSetVcpusFlags)
(remoteDomainGetVcpusFlags, remote_driver): Client side
serialization.
* src/remote/remote_protocol.x
(remote_domain_set_vcpus_flags_args)
(remote_domain_get_vcpus_flags_args)
(remote_domain_get_vcpus_flags_ret)
(REMOTE_PROC_DOMAIN_SET_VCPUS_FLAGS)
(REMOTE_PROC_DOMAIN_GET_VCPUS_FLAGS): Define wire format.
* daemon/remote_dispatch_args.h: Regenerate.
* daemon/remote_dispatch_prototypes.h: Likewise.
* daemon/remote_dispatch_table.h: Likewise.
* src/remote/remote_protocol.c: Likewise.
* src/remote/remote_protocol.h: Likewise.
* src/remote_protocol-structs: Likewise.
2010-10-19 10:02:33 -06:00
..
qemu_protocol.c Qemu remote protocol. 2010-07-23 17:30:33 -04:00
qemu_protocol.h Qemu remote protocol. 2010-07-23 17:30:33 -04:00
qemu_protocol.x Qemu remote protocol. 2010-07-23 17:30:33 -04:00
remote_driver.c vcpu: implement the remote protocol 2010-10-19 10:02:33 -06:00
remote_driver.h build: consistently indent preprocessor directives 2010-03-09 19:22:28 +01:00
remote_protocol.c vcpu: implement the remote protocol 2010-10-19 10:02:33 -06:00
remote_protocol.h vcpu: implement the remote protocol 2010-10-19 10:02:33 -06:00
remote_protocol.x vcpu: implement the remote protocol 2010-10-19 10:02:33 -06:00
rpcgen_fix.pl cygwin: Handle differences in the XDR implementation 2010-04-27 09:31:28 +02:00