Richard W.M. Jones wrote:
This patch doesn't fix up every instance where we connect to libvirt read-write, because the configuration file contains direct calls to 'virsh' too. That is fixed up in a later patch in this series.
Rich.
From 0c87800038cc907cd67c92ce5101596712e3d56f Mon Sep 17 00:00:00 2001 From: Richard Jones <rjones@redhat.com> Date: Thu, 15 Oct 2009 12:30:34 +0100 Subject: [PATCH 4/8] Always connect to libvirt read-only.
We should never be modifying domains, so there should never be a need to make a writable connection to libvirt.
This also tidies up the connection code into a single function. --- vhostmd/virt-util.c | 43 +++++++++++++++++-------------------------- 1 files changed, 17 insertions(+), 26 deletions(-)
ACK Jim -- To unsubscribe, e-mail: vhostmd+unsubscribe@opensuse.org For additional commands, e-mail: vhostmd+help@opensuse.org