]> git.ipfire.org Git - thirdparty/libvirt.git/commit
node_memory: Wire up the RPC protocol
authorOsier Yang <jyang@redhat.com>
Fri, 14 Sep 2012 14:42:15 +0000 (22:42 +0800)
committerOsier Yang <jyang@redhat.com>
Mon, 17 Sep 2012 05:54:57 +0000 (13:54 +0800)
commit00792722fddeca2ac828a581ef2077fb767f69ff
treeed1718a006f683b01dd6a15e011824b105788706
parent12ad7435de09b8ade846a63d0bd4846358f9f3ae
node_memory: Wire up the RPC protocol

* src/rpc/gendispatch.pl: (virNodeSetMemoryParameters is the
  the special one which needs a connection object as the first
  argument, improve the generator to support it).
* daemon/remote.c: (Implement the server side handler for
  virDomainGetMemoryParameters)
* src/remote/remote_driver.c: (Implement the client side handler
  for virDomainGetMemoryParameters)
* src/remote/remote_protocol.x: (New RPC procedures for the two
  new APIs and structs to represent the args and ret for it)
* src/remote_protocol-structs: Likewise
daemon/remote.c
src/remote/remote_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs
src/rpc/gendispatch.pl