https://bugzilla.redhat.com/show_bug.cgi?id=589465 was marked incomplete, because VIR_DOMAIN_START_PAUSED did not make it into the python bindings of 0.8.1-10.el6. Matthias Bolte was kind enough to help me figure out why (see patch 2/3 for details - but the short story was a Makefile dependency problem that failed to rebuild the API documentation after an addition to libvirt.h.in). I was a bit surprised when I could not repeat the test on the tip of my development tree, which means I already have pending patches previously posted to the list but not yet reviewed that are already sufficient to resolve the problem. Hence this resend. Eric Blake (3): build: restore operation of bit-rotted 'make cov' build: fix VPATH build of docs autobuild.sh: use VPATH build .gitignore | 4 ++ Makefile.am | 9 +++- autobuild.sh | 10 ++-- configure.ac | 1 + daemon/.gitignore | 2 - docs/Makefile.am | 48 ++++++++++++--------- docs/apibuild.py | 18 ++++++-- m4/compiler-flags.m4 | 1 - src/.gitignore | 3 - src/Makefile.am | 112 +++++++++++++++++++++++++++----------------------- tests/.gitignore | 2 - 11 files changed, 117 insertions(+), 93 deletions(-) -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list