]> xenbits.xensource.com Git - libvirt.git/commit
build: switch over to new rpc generator code
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 14 Dec 2022 11:58:51 +0000 (06:58 -0500)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 3 Nov 2023 18:06:35 +0000 (14:06 -0400)
commita62486b95feed2cf17ce4adbe794a1ecff9ef22a
treed3d3da144797657c2bd90a220bc6f35b2a4d83d5
parentac9e6ff649a4d68898bfedb37014de0cbb44e64e
build: switch over to new rpc generator code

This replaces use of 'rpcgen' with our new python impl of
the RPC code generator. Since the new impl generates code
that matches our style/coding rules, and does not contain
long standing bugs, we no longer need to post-process the
output.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
libvirt.spec.in
meson.build
scripts/rpcgen/meson.build
scripts/rpcgen/rpcgen/meson.build [new file with mode: 0644]
src/admin/meson.build
src/locking/meson.build
src/logging/meson.build
src/lxc/meson.build
src/remote/meson.build
src/rpc/genprotocol.pl [deleted file]
src/rpc/meson.build