On 08/08/2013 05:51 AM, Michal Privoznik wrote:
Currently, even if we are connected RO to the libvirtd, we try to
dump
domain XML with secure information (VIR_DOMAIN_XML_SECURE flag). This
is, however, forbidden in libvirt. With RO connection, we should not use
the SECURE flag at all.
---
libxkutil/device_parsing.c | 9 +++++++--
libxkutil/misc_util.c | 2 +-
libxkutil/misc_util.h | 1 +
3 files changed, 9 insertions(+), 3 deletions(-)
ACK
Although my cimtest is failing as a result of another bug added to the
top of the libvirt git tree. I have chased that bug a bit and notified the
For anyone pulling up a top of tree, don't run:
VirtualSystemManagementService and 30_dynamic_disk_mod.py
John