Move more functions to the generator and cover stream-using functions. As the
stream-usage is not detectable from the .x file directly add additional
annotations.
daemon/remote.c | 185 ---------------------------
daemon/remote_generator.pl | 211 +++++++++++++++++++++++--------
daemon/stream.c | 7 +-
src/driver.h | 2 +-
src/libvirt.c | 4 +-
src/lxc/lxc_driver.c | 2 +-
src/qemu/qemu_driver.c | 2 +-
src/remote/remote_driver.c | 288 ------------------------------------------
src/remote/remote_protocol.x | 26 +++--
src/uml/uml_driver.c | 2 +-
src/xen/xen_driver.c | 2 +-
11 files changed, 188 insertions(+), 543 deletions(-)
Matthias