Hm, the patch attached as binary data. Here is the attached patch as text.
Apologies about that:
---
src/Makefile.am |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index b321657..118c329 100644
--- a/src/Makefile.am
+++ b/src/Makefile
Hi,
I've been trying to get libvirt (client) to cleanly/easily compile on
BSD-based systems (in this case OS X). "./configure" runs fine but the
"make" caused an error with `sed` since BSD sed was reporting some sort of
regex error. I realized that the "SED" variable was populated with "gsed"
whic
Hi
I am developing tool to collect information on XenServer which is on Opensuse
11. I am using libvirt-0.4.6.jar and and jna-3.2.4 jar files.
I tried to connect from Remote system(Windows) to server, but could not get the
connection object.
Any configuration needs to be done for remote access
Only generate target path and key when they are not defined
in the XML config.
---
src/test/test_driver.c | 20
1 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/src/test/test_driver.c b/src/test/test_driver.c
index 6c06cbc..9d22339 100644
--- a/src/test/test_d
Hi,
it seems Xen changed the paths to the block device statistics in sysfs:
from "/sys/devices/xen-backend/vbd-%d-%d/statistics/%s" to
"/sys/bus/xen-backend/devices/vbd-%d-%d/statistics/%s":
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596004
Attached patch fixes this. O.k. to apply?
-- Guid
On 08/17/2010 03:02 AM, Patrick Dignan wrote:
Hi all,
I've created a patch for the bug here:
https://bugzilla.redhat.com/show_bug.cgi?id=610822 It is attached to
this message. The patch updates the docs to have more up-to-date
information about how to use PolicyKit with libvirt
Hi Patrick,
Ju
Am 07.09.2010 17:09, schrieb Stefan Hajnoczi:
> Right, I'm a little hesitant to get too far into discussing the
> management interface because I remember long threads about polling and
> async. I never fully read them but I bet some wisdom came out of them
> that applies here.
>
> There are two w