Re: [libvirt] [PATCH] ALL_LINGUAS: remove "no", now that it's superseded by np.po

2008-10-19 Thread Daniel Veillard
On Sun, Oct 19, 2008 at 11:56:49AM +0200, Jim Meyering wrote: > Without the first change below, "make distcheck" would fail due to the > absence of po/no.po. But that file was deliberately removed, because > np.po supersedes it. Oops, right, I forgot to update the list > However, there is no n

[libvirt] xen+ssh

2008-10-19 Thread deface
Trying to connect to remote host via ssh. keys work fine but get this -- *Trace - * Unable to open connection to hypervisor URI 'xen+ssh://[EMAIL PROTECTED]/': virConnectOpenAuth() failed socket closed unexpectedly Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/

[libvirt] NAT networking with libvirt/kvm on Mandriva

2008-10-19 Thread Frederik Himpe
I'm trying to get NAT networking working with libvirt/virtual-manager and KVM on Mandriva Linux. I installed dnsmasq (and disabled the init script, as libvirt starts up dnsmasq manually), bridge-utils, and added MII_NOT_SUPPORTED=yes to /etc/ sysconfig/ifcfg-virbr0, otherwise Mandriva's network

Re: [libvirt] [PATCH 00/12] Domain Events - Round 2

2008-10-19 Thread Daniel P. Berrange
On Fri, Oct 17, 2008 at 11:51:51AM -0400, Ben Guthro wrote: > The following patch series implements the Events API discussed here > previously in this thread: > http://www.redhat.com/archives/libvir-list/2008-September/msg00321.html and > http://www.redhat.com/archives/libvir-list/2008-October/msg

Re: [libvirt] Re: [PATCH 06/12] Domain Events - qemu driver

2008-10-19 Thread Daniel P. Berrange
On Fri, Oct 17, 2008 at 12:02:52PM -0400, Ben Guthro wrote: > Register for, and dispatch domain event callbacks > > qemu_conf.h |3 ++ > qemu_driver.c | 76 > -- > 2 files changed, 77 insertions(+), 2 deletions(-) > diff --git a/s

Re: [libvirt] Re: [PATCH 07/12] Domain Events - remote driver

2008-10-19 Thread Daniel P. Berrange
On Fri, Oct 17, 2008 at 12:02:13PM -0400, Ben Guthro wrote: > Deliver local callbacks in response to remote events > > remote_internal.c | 255 > -- > 1 file changed, 248 insertions(+), 7 deletions(-) > @@ -680,6 +689,26 @@ doRemoteOpen (virC

Re: [libvirt] Re: [PATCH 05/12] Domain Events - Driver API

2008-10-19 Thread Daniel P. Berrange
On Fri, Oct 17, 2008 at 12:00:16PM -0400, Ben Guthro wrote: > Additions to the driver API > > driver.h | 19 +++ > 1 file changed, 19 insertions(+) > diff --git a/src/driver.h b/src/driver.h > index 0540f80..c88dea8 100644 > --- a/src/driver.h > +++ b/src/driver.h > @@ -280,6

Re: [libvirt] Re: [PATCH 04/12] Domain Events - rpc changes

2008-10-19 Thread Daniel P. Berrange
On Fri, Oct 17, 2008 at 11:58:15AM -0400, Ben Guthro wrote: > Changes to the RPC protocol > > remote_dispatch_localvars.h |3 +++ > remote_dispatch_proc_switch.h | 18 ++ > remote_dispatch_prototypes.h |3 +++ > remote_protocol.c | 35 +++

Re: [libvirt] Re: [PATCH 02/12] Domain Events - Internal API

2008-10-19 Thread Daniel P. Berrange
On Fri, Oct 17, 2008 at 11:56:54AM -0400, Ben Guthro wrote: > This patch >-Removes EventImpl from being a private function >-Introduces the virDomainEventCallbackListPtr, and virDomainEventQueuePtr > objects > > proxy/Makefile.am |1 > src/event.c | 12 +- > src/event

Re: [libvirt] Re: [PATCH 01/12] Domain Events - Public API

2008-10-19 Thread Daniel P. Berrange
On Fri, Oct 17, 2008 at 11:53:53AM -0400, Ben Guthro wrote: > This patch does the following: >-implements the Event register/deregister code >-Adds some callback lists, and queue functions used by drivers >-Move EventImpl definitions into the public > > include/libvirt/libvirt.h|

RE: [libvirt] [PATCH 00/12] Domain Events - Round 2

2008-10-19 Thread Ben Guthro
Great to hear this all works for you. I'll be sure to take that automake change (autoconf/automake is still a bit new to me, and I still find it a bit cryptic) As for the test app - I don't think that it is appropriate to run from make check It was more designed to be a developer example, as s

Re: [libvirt] [PATCH 00/12] Domain Events - Round 2

2008-10-19 Thread Jim Meyering
Ben Guthro <[EMAIL PROTECTED]> wrote: > The following patch series implements the Events API discussed here > previously in this thread: > http://www.redhat.com/archives/libvir-list/2008-September/msg00321.html and > http://www.redhat.com/archives/libvir-list/2008-October/msg00245.html ... Nice w

[libvirt] [PATCH] ALL_LINGUAS: remove "no", now that it's superseded by np.po

2008-10-19 Thread Jim Meyering
Without the first change below, "make distcheck" would fail due to the absence of po/no.po. But that file was deliberately removed, because np.po supersedes it. I've just committed this first change. [however, see below it] >From 0ebd43afa961b6a1b0d5676920c2109d8adae56c Mon Sep 17 00:00:00 2001