Re: [libvirt] [PATCH] Use SED variable for `sed` binary in src/Makefile

2010-09-08 Thread Mitchell Hashimoto
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

[libvirt] [PATCH] Use SED variable for `sed` binary in src/Makefile

2010-09-08 Thread Mitchell Hashimoto
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

[libvirt] Remote access form windows - Java bindings

2010-09-08 Thread Gandhiraj Natarajan
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

[libvirt] [PATCH] test: Don't overwrite storage volume target path and key

2010-09-08 Thread Matthias Bolte
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

[libvirt] [PATCH] fix path to xen device statistics for newer kernels

2010-09-08 Thread Guido Günther
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

Re: [libvirt] [PATCH] Documentation on www.libvirt.org about using PolicyKit authentication for libvirt is out of date

2010-09-08 Thread Justin Clift
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

Re: [libvirt] [Qemu-devel] QEMU interfaces for image streaming and post-copy block migration

2010-09-08 Thread Kevin Wolf
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