And now that Matthias' patches are in, this no longer applies.
I'm
working on rebasing/refactoring the series to account for the newly
generated files in Matthias' series, and will post shortly.
I split Daniel's v1 into two pieces, and only had to manually trim
patch 3/3. I also discovered a flaw in 'make syntax-check' that
has to be fixed upstream in gnulib first; expect a 4/3 that fixes
that shortly.
Daniel P. Berrange (2):
build: refactor generated RPC files
build: Remove all generated RPC files from GIT
Eric Blake (1):
build: rename generated files to .h, for automake's sake
.gitignore | 3 +
bootstrap.conf | 1 +
cfg.mk | 10 +-
daemon/Makefile.am | 43 +-
daemon/qemu_dispatch_args.h | 5 -
daemon/qemu_dispatch_bodies.c | 5 -
daemon/qemu_dispatch_prototypes.h | 12 -
daemon/qemu_dispatch_ret.h | 5 -
daemon/qemu_dispatch_table.h | 14 -
daemon/remote.c | 4 +-
daemon/remote_dispatch_args.h | 180 --
daemon/remote_dispatch_bodies.c | 5932 -----------------------------------
daemon/remote_dispatch_prototypes.h | 1620 ----------
daemon/remote_dispatch_ret.h | 142 -
daemon/remote_dispatch_table.h | 1054 -------
daemon/remote_generator.pl | 4 +-
po/POTFILES.in | 2 -
src/Makefile.am | 101 +-
src/remote/qemu_client_bodies.c | 3 -
src/remote/qemu_protocol.c | 41 -
src/remote/qemu_protocol.h | 57 -
src/remote/remote_client_bodies.c | 4663 ---------------------------
src/remote/remote_driver.c | 4 +-
src/remote/remote_protocol.c | 3996 -----------------------
src/remote/remote_protocol.h | 3167 -------------------
src/remote/rpcgen_fix.pl | 47 +-
26 files changed, 102 insertions(+), 21013 deletions(-)
delete mode 100644 daemon/qemu_dispatch_args.h
delete mode 100644 daemon/qemu_dispatch_bodies.c
delete mode 100644 daemon/qemu_dispatch_prototypes.h
delete mode 100644 daemon/qemu_dispatch_ret.h
delete mode 100644 daemon/qemu_dispatch_table.h
delete mode 100644 daemon/remote_dispatch_args.h
delete mode 100644 daemon/remote_dispatch_bodies.c
delete mode 100644 daemon/remote_dispatch_prototypes.h
delete mode 100644 daemon/remote_dispatch_ret.h
delete mode 100644 daemon/remote_dispatch_table.h
delete mode 100644 src/remote/qemu_client_bodies.c
delete mode 100644 src/remote/qemu_protocol.c
delete mode 100644 src/remote/qemu_protocol.h
delete mode 100644 src/remote/remote_client_bodies.c
delete mode 100644 src/remote/remote_protocol.c
delete mode 100644 src/remote/remote_protocol.h
--
1.7.4.4