Re: [libvirt] [PATCH] Fix dlopen dependency

2011-06-12 Thread Ruben Kerkhof
On Thu, Jun 9, 2011 at 21:47, Matthias Bolte matthias.bo...@googlemail.com wrote: Since the addition of the lock manager framework in 6a943419c528fdd7 dlopen is always required, but the checks in configure wasn't changed to reflect that. This didn't show up directly because the VirtualBox

Re: [libvirt] FreeBSD Port, update to 0.9.2 compile error

2011-06-12 Thread Richard W.M. Jones
On Thu, Jun 09, 2011 at 10:04:22AM -0700, Jason Helfman wrote: On Thu, Jun 09, 2011 at 03:12:42PM +0200, Jiri Denemark thus spake: On Thu, Jun 09, 2011 at 20:55:01 +0800, Daniel Veillard wrote: another way would be to launch python directly giving the path to the python script, this is

[libvirt] [PATCH] Skip nodeinfo test on non intel architectures

2011-06-12 Thread Guido Günther
since the testfiles assume a /proc/cpuinfo specific to this architecture. We e.g. can't parse the number of cores on other architectures. O.k. to apply? Cheers, -- Guido --- tests/nodeinfotest.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/tests/nodeinfotest.c

[libvirt] Network device abstraction aka virtual switch - V3

2011-06-12 Thread Laine Stump
This is a followup to https://www.redhat.com/archives/libvir-list/2011-April/msg00591.html (and an even earlier draft) which I alluded to here: https://www.redhat.com/archives/libvir-list/2011-June/msg00383.html Network device abstraction aka virtual switch - V3

Re: [libvirt] [RFC] OpenVSwitch datapath support (was: Driver development)

2011-06-12 Thread Laine Stump
On 06/08/2011 11:34 PM, Carlos N. A. Corrêa wrote: As I said, I gone through the list archives and got some insight on how to present my ideas. I tried to use the thread started by Laine Stump (https://www.redhat.com/archives/libvir-list/2011-April/msg00591.html) as a model. I just

Re: [libvirt] Network device abstraction aka virtual switch - V3

2011-06-12 Thread Laine Stump
On 06/12/2011 08:29 PM, Laine Stump wrote: * Does anyone have better names for brctl-bridge and macvtap-bridge? How about using direct instead of macvtap-bridge, and direct-private, direct-vepa, and direct-passthrough for private, vepa, and passthrough? I still can't think of anything

Re: [libvirt] [PATCH] Fix autostart flag when loading running domains

2011-06-12 Thread Wen Congyang
At 06/11/2011 12:48 PM, Michael Chapman Write: Drivers load running persistent and transient domain configs before inactive persistent domain configs, however only the latter would set a domain's autostart flag. This mismatch between the loaded and on-disk state could later cause problems with

Re: [libvirt] [PATCH 6/7] the hotplugged PCI device should use the whole slot

2011-06-12 Thread Wen Congyang
At 06/03/2011 09:28 PM, Daniel P. Berrange Write: On Fri, May 27, 2011 at 06:22:34PM +0800, Wen Congyang wrote: Hot pluging/unpluging multi PCI device is not supported now. So the function of hotplugged PCI device must be 0. When we hot unplug it, we should set release all functions in the

Re: [libvirt] [PATCHv7 0/12] Add virNodeGet{CPU,Memory}Stats() API

2011-06-12 Thread Minoru Usui
Hi, Daniel and all of maintainers On Tue, 7 Jun 2011 09:54:08 +0900 Minoru Usui u...@mxm.nes.nec.co.jp wrote: Hi, everyone. I re-wrote virNodeGetCPUStats(), virNodeGetMemoryStats(). This time, I merged two APIs to same patch series. Changes v6-v7 - Add cpuNum/cellNum arguments

Re: [libvirt] FreeBSD Port update, 0.9.2

2011-06-12 Thread Daniel Veillard
On Wed, Jun 08, 2011 at 11:08:53AM -0700, Jason Helfman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello All, Here is a link to the update for FreeBSD, if you are interested: http://www.freebsd.org/cgi/query-pr.cgi?pr=157712 This patch is to update the version available

Re: [libvirt] [PATCH v4 3/4] vcpupin: implement the remote protocol to address the new API

2011-06-12 Thread Taku Izumi
I updated according to Hu Tao's comment. Thanks. --- This patch implements the remote protocol to address the new API (virDomainPinVcpuFlags). Signd-off-by: Taku Izumi izumi.t...@jp.fujitsu.com --- daemon/remote.c | 42 ++

[libvirt] [PATCH v2] Fix autostart flag when loading running domains

2011-06-12 Thread Michael Chapman
Drivers load running persistent and transient domain configs before inactive persistent domain configs, however only the latter would set a domain's autostart flag. This mismatch between the loaded and on-disk state could later cause problems with virsh autostart: # virsh autostart example