[libvirt] [PATCH 0/7] More remote generator work

Matthias Bolte matthias.bolte at googlemail.com
Mon May 23 17:36:03 UTC 2011


This series removes special case code from the generator and moves
it to annotations in the .x files. There are also cleanups of sign
mismatches between the different API layers and additional moves of
functions to generated code.

This series superseds patch 4/5 of the last series [1] and implements
Eric's suggestions.

[1] https://www.redhat.com/archives/libvir-list/2011-May/msg00991.html

 configure.ac                   |    1 +
 daemon/remote.c                |  289 ++-----------------------
 daemon/remote_generator.pl     |  473 ++++++++++++++++++++++++++++------------
 src/driver.h                   |    2 +-
 src/nwfilter/nwfilter_driver.c |    2 +-
 src/remote/remote_driver.c     |  268 ++--------------------
 src/remote/remote_protocol.x   |  247 +++++++++++----------
 src/remote_protocol-structs    |   40 ++--
 8 files changed, 532 insertions(+), 790 deletions(-)

Matthias




More information about the libvir-list mailing list