On 07/14/2014 10:08 AM, Eric Blake wrote:
I'm still trying to figure out how best to expose capabilities
in the new virConnectGetDomainCapabilities for things such as
active commit - we may want to tweak that XML before it becomes
baked in as part of the 1.2.7 release. But meanwhile, these
two patches should be fairly non-controversial.
Eric Blake (2):
docs: mention more about older capability feature bits
capabilities: use bool instead of int
docs/formatcaps.html.in | 42 +++++++++++++++++++++++++++++++++++++++-
src/bhyve/bhyve_capabilities.c | 2 +-
src/conf/capabilities.c | 18 ++++++++---------
src/conf/capabilities.h | 18 ++++++++---------
src/esx/esx_driver.c | 4 ++--
src/libxl/libxl_conf.c | 4 ++--
src/lxc/lxc_conf.c | 4 ++--
src/openvz/openvz_conf.c | 2 +-
src/parallels/parallels_driver.c | 2 +-
src/phyp/phyp_driver.c | 2 +-
src/qemu/qemu_capabilities.c | 17 ++++++++--------
src/security/virt-aa-helper.c | 2 +-
src/test/test_driver.c | 6 +++---
src/uml/uml_conf.c | 2 +-
src/vbox/vbox_tmpl.c | 2 +-
src/vmware/vmware_conf.c | 2 +-
src/xen/xen_hypervisor.c | 31 ++++++++++++++---------------
src/xenapi/xenapi_driver.c | 2 +-
tests/qemucaps2xmltest.c | 2 +-
tests/testutils.c | 2 +-
tests/testutilslxc.c | 2 +-
tests/testutilsqemu.c | 6 +++---
tests/testutilsxen.c | 2 +-
tests/vircaps2xmltest.c | 2 +-
tests/vircapstest.c | 2 +-
tests/vmx2xmltest.c | 2 +-
tests/xml2vmxtest.c | 2 +-
27 files changed, 112 insertions(+), 72 deletions(-)
ACK to both
John