libvirt/daemon
Chris Lalancette 337d201ef2 Qemu remote protocol.
Since we are adding a new "per-hypervisor" protocol, we
make it so that the qemu remote protocol uses a new
PROTOCOL and PROGRAM number.  This allows us to easily
distinguish it from the normal REMOTE protocol.

This necessitates changing the proc in remote_message_header
from a "remote_procedure" to an "unsigned", which should
be the same size (and thus preserve the on-wire protocol).

Changes since v1:
 - Fixed up a couple of script problems in remote_generate_stubs.pl
 - Switch an int flag to a bool in dispatch.c

Changes since v2:
 - None

Changes since v3:
 - Change unsigned proc to signed proc, to conform to spec

Signed-off-by: Chris Lalancette <clalance@redhat.com>
2010-07-23 17:30:33 -04:00
..
.gitignore .gitignore: Ignore generated libvirtd docs 2010-07-13 18:10:49 -04:00
dispatch.c Qemu remote protocol. 2010-07-23 17:30:33 -04:00
dispatch.h
event.c
event.h
libvirt-guests.init.in Don't leak open fd to virsh in libvirt-guests init script 2010-06-22 17:48:14 +02:00
libvirt-guests.sysconf
libvirtd.aug
libvirtd.c
libvirtd.conf
libvirtd.h Qemu remote protocol. 2010-07-23 17:30:33 -04:00
libvirtd.init.in daemon: Export SDL audio environment variables 2010-05-21 12:48:34 -04:00
libvirtd.lxc.logrotate.in
libvirtd.pod.in man pages: update authors and copyright notice for libvirtd and virsh 2010-07-17 04:51:01 +10:00
libvirtd.policy-0 Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
libvirtd.policy-1
libvirtd.qemu.logrotate.in
libvirtd.sasl
libvirtd.sysconf
libvirtd.uml.logrotate.in
Makefile.am Qemu remote protocol. 2010-07-23 17:30:33 -04:00
mdns.c
mdns.h
qemu_dispatch_args.h Qemu remote protocol. 2010-07-23 17:30:33 -04:00
qemu_dispatch_prototypes.h Qemu remote protocol. 2010-07-23 17:30:33 -04:00
qemu_dispatch_ret.h Qemu remote protocol. 2010-07-23 17:30:33 -04:00
qemu_dispatch_table.h Qemu remote protocol. 2010-07-23 17:30:33 -04:00
remote_dispatch_args.h remote: protocol implementation for virDomainCreateWithFlags 2010-06-15 09:37:04 -06:00
remote_dispatch_prototypes.h remote: protocol implementation for virDomainCreateWithFlags 2010-06-15 09:37:04 -06:00
remote_dispatch_ret.h remote: protocol implementation for virDomainCreateWithFlags 2010-06-15 09:37:04 -06:00
remote_dispatch_table.h remote: protocol implementation for virDomainCreateWithFlags 2010-06-15 09:37:04 -06:00
remote_generate_stubs.pl Qemu remote protocol. 2010-07-23 17:30:33 -04:00
remote.c Qemu remote protocol. 2010-07-23 17:30:33 -04:00
remote.h Qemu remote protocol. 2010-07-23 17:30:33 -04:00
stream.c
stream.h
test_libvirtd.aug
THREADING.txt