libvirt/src/rpc
Osier Yang 00792722fd 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
2012-09-17 13:54:57 +08:00
..
gendispatch.pl node_memory: Wire up the RPC protocol 2012-09-17 13:54:57 +08:00
genprotocol.pl Remove tabs from all perl files & enforce this 2012-07-30 13:09:57 +01:00
gensystemtap.pl Remove tabs from all perl files & enforce this 2012-07-30 13:09:57 +01:00
virkeepalive.c Turn virKeepAlive into a virObject 2012-08-07 11:47:41 +01:00
virkeepalive.h Turn virKeepAlive into a virObject 2012-08-07 11:47:41 +01:00
virkeepaliveprotocol.x Define keepalive protocol 2011-11-24 11:44:08 +01:00
virnetclient.c Fix unwanted closing of libvirt client connection 2012-09-10 14:13:06 +02:00
virnetclient.h libssh2_transport: Add libssh2 session support to net client code 2012-08-21 14:47:09 +02:00
virnetclientprogram.c Turn virNetClient* into virObject instances 2012-08-07 11:47:55 +01:00
virnetclientprogram.h Turn virNetClient* into virObject instances 2012-08-07 11:47:55 +01:00
virnetclientstream.c Turn virNetClient* into virObject instances 2012-08-07 11:47:55 +01:00
virnetclientstream.h Turn virNetClient* into virObject instances 2012-08-07 11:47:55 +01:00
virnetmessage.c Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
virnetmessage.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
virnetprotocol.x maint: avoid regression on copyright listings 2012-07-27 07:42:34 -06:00
virnetsaslcontext.c Turn virNetSASLContext and virNetSASLSession into virObject instances 2012-08-07 11:47:41 +01:00
virnetsaslcontext.h Turn virNetSASLContext and virNetSASLSession into virObject instances 2012-08-07 11:47:41 +01:00
virnetserver.c Refactor the way new clients are registered with the server 2012-08-20 13:34:25 +01:00
virnetserver.h Refactor RPC client private data setup 2012-08-15 10:59:10 +01:00
virnetserverclient.c Refactor impl of the virNetServerClientNew method 2012-08-20 13:34:30 +01:00
virnetserverclient.h Refactor RPC client private data setup 2012-08-15 10:59:10 +01:00
virnetservermdns.c build: add stubs so mdns code can be unconditionally compiled 2012-08-02 13:35:21 -06:00
virnetservermdns.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
virnetserverprogram.c security: Fix libvirtd crash possibility 2012-09-14 08:13:19 +02:00
virnetserverprogram.h Turn virNetServer* into virObject instances 2012-08-07 11:47:55 +01:00
virnetserverservice.c Add support for creating sockets & RPC servers from a pre-opened fd 2012-08-20 13:34:34 +01:00
virnetserverservice.h Add support for creating sockets & RPC servers from a pre-opened fd 2012-08-20 13:34:34 +01:00
virnetsocket.c libssh2_session: Add support for creating known_hosts file 2012-08-22 11:49:07 +02:00
virnetsocket.h libssh2_transport: add ssh context support to virNetSocket 2012-08-21 14:47:09 +02:00
virnetsshsession.c Fix some typos in messages, docs and comments. 2012-08-22 15:34:07 -06:00
virnetsshsession.h libssh2_session: Add support for creating known_hosts file 2012-08-22 11:49:07 +02:00
virnettlscontext.c maint: fix missing spaces in message 2012-09-12 11:55:29 -06:00
virnettlscontext.h Turn virNetTLSContext and virNetTLSSession into virObject instances 2012-08-07 11:47:41 +01:00