[libvirt] Re: kernel summit topic - 'containers end-game'

2009-07-08 Thread Daniel Lezcano
Serge E. Hallyn wrote: Quoting Daniel Lezcano (dlezc...@fr.ibm.com): Serge E. Hallyn wrote: ... Checkpoint: - The initiator of the checkpoint initialize the barrier and send a signal SIGCKPT to all the checkpointable tasks and these ones will jump on the handler and block on the barrier.

Re: [libvirt] [PATCH] provide the object name on lookup error

2009-07-08 Thread Chris Lalancette
Cole Robinson wrote: > Daniel P. Berrange wrote: >> On Tue, Jul 07, 2009 at 05:52:03PM +0200, Daniel Veillard wrote: >>> There were a number of places where the object name was not not >>> reported, based on the use I don't think the string could be NULL >>> in any of those. I also fixed a few PO

Re: [libvirt] [PATCH 2/2] RPM spec file updated with glusterfs dependency

2009-07-08 Thread Daniel Veillard
On Tue, Jul 07, 2009 at 05:55:16PM +0100, Daniel P. Berrange wrote: > On Tue, Jul 07, 2009 at 05:47:56AM -0700, Harshavardhana wrote: > > Add new dependency for glusterfs rpm. > > --- > > libvirt.spec.in |2 ++ > > 1 files changed, 2 insertions(+), 0 deletions(-) > > > > diff --git a/libvirt.

[libvirt] [PATCH 1/4] Don't use mylibtool, (subsumed by automake's silent rules)

2009-07-08 Thread Jim Meyering
Its use was causing a non-srcdir build to fail. * Makefile.am (EXTRA_DIST): Remove mylibtool. * configure.in: Don't use mylibtool. --- An alternative (if you don't want to use automake's silent-rules option) would be to keep mylibtool, but to use $(abs_top_srcdir) rather than $(top_srcdir) in tha

[libvirt] [PATCH 2/4] fix failing "make distcheck"

2009-07-08 Thread Jim Meyering
Make distcheck would fail without this: >From e2f91000a33168d2aaac89f94f1b11c633c579f0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 8 Jul 2009 08:15:54 +0200 Subject: [PATCH 2/4] fix failing "make distcheck" * docs/Makefile.am (xml): Distribute testpool.xml and testvol.xml, which are r

[libvirt] [PATCH 3/4] fix another failing "make distcheck" (qemuhelptest)

2009-07-08 Thread Jim Meyering
This fixes another "make distcheck" (or non-srcdir) build failure: >From f9523d014a590fb881c14397f8c3869f328d023c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 8 Jul 2009 08:35:24 +0200 Subject: [PATCH 3/4] fix another failing "make distcheck" (qemuhelptest) It failed in a non-srcdir bu

[libvirt] [PATCH 4/4] generate ChangeLog from git logs into distribution tarball

2009-07-08 Thread Jim Meyering
This is what I started out working on, before I noticed the "make distcheck" failures. >From 9fd0624b8cee33b8c725464d289cc5ce33ffc1c3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 8 Jul 2009 08:54:25 +0200 Subject: [PATCH 4/4] generate ChangeLog from git logs into distribution tarball N

Re: [libvirt] [PATCH] provide the object name on lookup error

2009-07-08 Thread Daniel Veillard
On Tue, Jul 07, 2009 at 05:50:58PM +0100, Daniel P. Berrange wrote: > On Tue, Jul 07, 2009 at 05:52:03PM +0200, Daniel Veillard wrote: > > There were a number of places where the object name was not not > > reported, based on the use I don't think the string could be NULL > > in any of those. I a

Re: [libvirt] PATCH 1/2: Support element in domain config

2009-07-08 Thread Daniel Veillard
On Tue, Jul 07, 2009 at 11:12:52PM +0100, Daniel P. Berrange wrote: > > This patch implements the basic domain config support for a > element as per > > http://www.redhat.com/archives/libvir-list/2009-May/msg00424.html > > Since last time this > > - Centralized the logic for default video mod

Re: [libvirt] [PATCH 1/4] Don't use mylibtool, (subsumed by automake's silent rules)

2009-07-08 Thread Daniel P. Berrange
On Wed, Jul 08, 2009 at 11:51:59AM +0200, Jim Meyering wrote: > > Its use was causing a non-srcdir build to fail. > * Makefile.am (EXTRA_DIST): Remove mylibtool. > * configure.in: Don't use mylibtool. > --- > > An alternative (if you don't want to use automake's silent-rules option) > would be to

Re: [libvirt] [PATCH 2/4] fix failing "make distcheck"

2009-07-08 Thread Daniel P. Berrange
On Wed, Jul 08, 2009 at 11:53:06AM +0200, Jim Meyering wrote: > Make distcheck would fail without this: > > >From e2f91000a33168d2aaac89f94f1b11c633c579f0 Mon Sep 17 00:00:00 2001 > From: Jim Meyering > Date: Wed, 8 Jul 2009 08:15:54 +0200 > Subject: [PATCH 2/4] fix failing "make distcheck" > >

Re: [libvirt] [PATCH 3/4] fix another failing "make distcheck" (qemuhelptest)

2009-07-08 Thread Daniel P. Berrange
On Wed, Jul 08, 2009 at 11:53:58AM +0200, Jim Meyering wrote: > This fixes another "make distcheck" (or non-srcdir) build failure: > > >From f9523d014a590fb881c14397f8c3869f328d023c Mon Sep 17 00:00:00 2001 > From: Jim Meyering > Date: Wed, 8 Jul 2009 08:35:24 +0200 > Subject: [PATCH 3/4] fix ano

Re: [libvirt] [PATCH 4/4] generate ChangeLog from git logs into distribution tarball

2009-07-08 Thread Daniel P. Berrange
On Wed, Jul 08, 2009 at 11:57:35AM +0200, Jim Meyering wrote: > This is what I started out working on, > before I noticed the "make distcheck" failures. > > >From 9fd0624b8cee33b8c725464d289cc5ce33ffc1c3 Mon Sep 17 00:00:00 2001 > From: Jim Meyering > Date: Wed, 8 Jul 2009 08:54:25 +0200 > Subjec

Re: [libvirt] PATCH 2/2: Support element in QEMU driver

2009-07-08 Thread Daniel Veillard
On Tue, Jul 07, 2009 at 11:15:15PM +0100, Daniel P. Berrange wrote: > This patch extends the QEMU driver to support the element > for configuring the type of video adapter exposed to the guest. > > It implements the XML -> ARGV and ARGV -> XML conversions, so both > import & export work. Some of

Re: [libvirt] [PATCH 1/4] Don't use mylibtool, (subsumed by automake's silent rules)

2009-07-08 Thread Jim Meyering
Daniel P. Berrange wrote: > On Wed, Jul 08, 2009 at 11:51:59AM +0200, Jim Meyering wrote: >> >> Its use was causing a non-srcdir build to fail. >> * Makefile.am (EXTRA_DIST): Remove mylibtool. >> * configure.in: Don't use mylibtool. >> --- >> >> An alternative (if you don't want to use automake's

Re: [libvirt] [PATCH] use gnulib via a submodule

2009-07-08 Thread Daniel P. Berrange
On Tue, Jul 07, 2009 at 07:02:08PM +0200, Jim Meyering wrote: > diff --git a/configure.in b/configure.in > index 29c8867..1170958 100644 > --- a/configure.in > +++ b/configure.in > @@ -5,7 +5,8 @@ AC_CONFIG_SRCDIR([src/libvirt.c]) > AC_CONFIG_AUX_DIR([build-aux]) > AM_CONFIG_HEADER([config.h]) >

Re: [libvirt] [PATCH] use gnulib via a submodule

2009-07-08 Thread Jim Meyering
Daniel P. Berrange wrote: > On Tue, Jul 07, 2009 at 07:02:08PM +0200, Jim Meyering wrote: >> diff --git a/configure.in b/configure.in >> index 29c8867..1170958 100644 >> --- a/configure.in >> +++ b/configure.in >> @@ -5,7 +5,8 @@ AC_CONFIG_SRCDIR([src/libvirt.c]) >> AC_CONFIG_AUX_DIR([build-aux])

Re: [libvirt] PATCH 1/2: Support element in domain config

2009-07-08 Thread Daniel P. Berrange
On Wed, Jul 08, 2009 at 12:18:37PM +0200, Daniel Veillard wrote: > On Tue, Jul 07, 2009 at 11:12:52PM +0100, Daniel P. Berrange wrote: > > > > This patch implements the basic domain config support for a > > element as per > > > > http://www.redhat.com/archives/libvir-list/2009-May/msg00424.html

Re: [libvirt] PATCH 2/2: Support element in QEMU driver

2009-07-08 Thread Daniel P. Berrange
On Wed, Jul 08, 2009 at 12:24:42PM +0200, Daniel Veillard wrote: > On Tue, Jul 07, 2009 at 11:15:15PM +0100, Daniel P. Berrange wrote: > > This patch extends the QEMU driver to support the element > > for configuring the type of video adapter exposed to the guest. > > > > It implements the XML ->

Re: [libvirt] [PATCH 1/4] Don't use mylibtool, (subsumed by automake's silent rules)

2009-07-08 Thread Jim Meyering
Daniel P. Berrange wrote: > On Wed, Jul 08, 2009 at 11:51:59AM +0200, Jim Meyering wrote: >> Its use was causing a non-srcdir build to fail. >> * Makefile.am (EXTRA_DIST): Remove mylibtool. >> * configure.in: Don't use mylibtool. >> --- >> >> An alternative (if you don't want to use automake's sile

Re: [libvirt] [PATCH] use gnulib via a submodule

2009-07-08 Thread Jim Meyering
Daniel P. Berrange wrote: ... >> From: Jim Meyering >> Date: Tue, 7 Jul 2009 11:22:52 +0200 >> Subject: [PATCH 5/7] make .gnulib a submodule >> >> This makes it so we record (via a git submodule) >> a snapshot of whatever version of gnulib we're using, >> and none of gnulib sources are in the libv

Re: [libvirt] [PATCH 1/4] Don't use mylibtool, (subsumed by automake's silent rules)

2009-07-08 Thread Jim Meyering
Jim Meyering wrote: > Daniel P. Berrange wrote: >> On Wed, Jul 08, 2009 at 11:51:59AM +0200, Jim Meyering wrote: >>> Its use was causing a non-srcdir build to fail. >>> * Makefile.am (EXTRA_DIST): Remove mylibtool. >>> * configure.in: Don't use mylibtool. >>> --- >>> >>> An alternative (if you don'

Re: [libvirt] [PATCH 2/4] fix failing "make distcheck"

2009-07-08 Thread Daniel Veillard
On Wed, Jul 08, 2009 at 11:53:06AM +0200, Jim Meyering wrote: > Make distcheck would fail without this: > > >From e2f91000a33168d2aaac89f94f1b11c633c579f0 Mon Sep 17 00:00:00 2001 > From: Jim Meyering > Date: Wed, 8 Jul 2009 08:15:54 +0200 > Subject: [PATCH 2/4] fix failing "make distcheck" > >

Re: [libvirt] [PATCH] use gnulib via a submodule

2009-07-08 Thread Daniel P. Berrange
On Wed, Jul 08, 2009 at 12:58:11PM +0200, Jim Meyering wrote: > Daniel P. Berrange wrote: > ... > >> From: Jim Meyering > >> Date: Tue, 7 Jul 2009 11:22:52 +0200 > >> Subject: [PATCH 5/7] make .gnulib a submodule > >> > >> This makes it so we record (via a git submodule) > >> a snapshot of whateve

Re: [libvirt] [PATCH 3/4] fix another failing "make distcheck" (qemuhelptest)

2009-07-08 Thread Daniel Veillard
On Wed, Jul 08, 2009 at 11:53:58AM +0200, Jim Meyering wrote: > This fixes another "make distcheck" (or non-srcdir) build failure: > > >From f9523d014a590fb881c14397f8c3869f328d023c Mon Sep 17 00:00:00 2001 > From: Jim Meyering > Date: Wed, 8 Jul 2009 08:35:24 +0200 > Subject: [PATCH 3/4] fix ano

Re: [libvirt] [PATCH] use gnulib via a submodule

2009-07-08 Thread Daniel P. Berrange
On Tue, Jul 07, 2009 at 07:02:08PM +0200, Jim Meyering wrote: > @@ -5,7 +5,8 @@ AC_CONFIG_SRCDIR([src/libvirt.c]) > AC_CONFIG_AUX_DIR([build-aux]) > AM_CONFIG_HEADER([config.h]) > dnl Make automake keep quiet about wildcards & other GNUmake-isms > -AM_INIT_AUTOMAKE([-Wno-portability]) > +AM_INIT

Re: [libvirt] [PATCH 4/4] generate ChangeLog from git logs into distribution tarball

2009-07-08 Thread Daniel Veillard
On Wed, Jul 08, 2009 at 11:57:35AM +0200, Jim Meyering wrote: > This is what I started out working on, > before I noticed the "make distcheck" failures. Hum, I don't see build-aux/gitlog-to-changelog in the patch, but the principle sounds good and agreed upon, so ACK thanks ! Daniel -- Dan

Re: [libvirt] PATCH: Video device config

2009-07-08 Thread Daniel Veillard
On Tue, Jul 07, 2009 at 10:17:18PM +0100, Tom Hughes wrote: > I recently posted a patch on the RedHat bugzilla (bug #467038) to add a > model attribute to the graphics element so that the different graphics > cards supported by QEMU could be selected. > > Apparently that approach has been rejec

Re: [libvirt] PATCH: Video device config

2009-07-08 Thread Tom Hughes
On 08/07/09 12:21, Daniel Veillard wrote: On Tue, Jul 07, 2009 at 10:17:18PM +0100, Tom Hughes wrote: The updated patch is attached, and based on the list of outstanding tasks given before what remains to be done is: Upon rereading that patch it seems that Dan's version is a superset, am I

[libvirt] PATCH: Fix LXC container capabilities

2009-07-08 Thread Daniel P. Berrange
My previous change to LXC container capabilties setup has a fairly stupid bug in it. The container init process starts off with no capabilities whatsoever :-( This was caused by a bogus capng_lock() call which meant that all capabilities were cleared when the init process was exec'd. The capng_lo

Re: [libvirt] Cannot get network to work with LXC

2009-07-08 Thread Daniel P. Berrange
On Tue, Jul 07, 2009 at 10:39:42PM +0800, James Yu wrote: > Hi all, > > I tried to use the first xml config in http://libvirt.org/drvlxc.html to > setup my first light weight container. > However, I was unable to get the container's network to work. > When I tried to give the interface an IP, I go

Re: [libvirt] PATCH: Fix LXC container capabilities

2009-07-08 Thread Daniel Veillard
On Wed, Jul 08, 2009 at 01:12:59PM +0100, Daniel P. Berrange wrote: > My previous change to LXC container capabilties setup has a fairly stupid > bug in it. The container init process starts off with no capabilities > whatsoever :-( This was caused by a bogus capng_lock() call which meant > that a

[libvirt] turn off dnsmasq

2009-07-08 Thread Mike Power
I have a series of kvm vms I am running via libvirt. I have bind9 and dhcp3-server installed and I am happy with their configuration. The problem I have is that dhcp3-server and dnsmasq are currently fighting over who hands out the ip address. My vms work when they get their ip from dhcp3-serve

[libvirt] Re: kernel summit topic - 'containers end-game'

2009-07-08 Thread Oren Laadan
Serge E. Hallyn wrote: > Quoting Oren Laadan (or...@cs.columbia.edu): >> >> Serge E. Hallyn wrote: >>> Quoting Oren Laadan (or...@cs.columbia.edu): Serge E. Hallyn wrote: > A topic on ksummit agenda is 'containers end-game and how do we > get there'. > > So for starters, look

[libvirt] daily builds of pristine upstream sources for qemu, qemu-kvm, and libvirt

2009-07-08 Thread Dustin Kirkland
Howdy, developers of qemu, qemu-kvm, and libvirt. I periodically see bug reports on these lists from users of Ubuntu packages of these projects. Since these users are often running some version of the project older than the current development branch, it's more interesting to know if the user can

[libvirt] Re: kernel summit topic - 'containers end-game'

2009-07-08 Thread Serge E. Hallyn
Quoting Daniel Lezcano (dlezc...@fr.ibm.com): > Do you plan to do send the minutes of the ksummit ? Absolutely. Of course it's not until October. I'll be sending out a copy of the notes I take with me (including the info from this thread) beforehand. thanks, -serge -- Libvir-list mailing list

Re: [libvirt] [PATCH] use gnulib via a submodule

2009-07-08 Thread Jim Meyering
Daniel P. Berrange wrote: > On Tue, Jul 07, 2009 at 07:02:08PM +0200, Jim Meyering wrote: >> @@ -5,7 +5,8 @@ AC_CONFIG_SRCDIR([src/libvirt.c]) >> AC_CONFIG_AUX_DIR([build-aux]) >> AM_CONFIG_HEADER([config.h]) >> dnl Make automake keep quiet about wildcards & other GNUmake-isms >> -AM_INIT_AUTOMA

[libvirt] netcf error message...

2009-07-08 Thread Shahar Klein
folowing the instructions in netcf I'm trying to run some basic interface configuration via libvirt patched with the netcf patches I get error messages - but the interface(eth1) seem to be managed correctly - do I have an aug(what is that?) problem? virsh # iface-define /root/libvirt_working/et

Re: [libvirt] [PATCH 4/4] generate ChangeLog from git logs into distribution tarball

2009-07-08 Thread Jim Meyering
Daniel Veillard wrote: > On Wed, Jul 08, 2009 at 11:57:35AM +0200, Jim Meyering wrote: >> This is what I started out working on, >> before I noticed the "make distcheck" failures. > > Hum, I don't see build-aux/gitlog-to-changelog in the patch, > but the principle sounds good and agreed upon, so

Re: [libvirt] [PATCH] use gnulib via a submodule

2009-07-08 Thread Daniel P. Berrange
On Wed, Jul 08, 2009 at 03:54:07PM +0200, Jim Meyering wrote: > Daniel P. Berrange wrote: > > On Tue, Jul 07, 2009 at 07:02:08PM +0200, Jim Meyering wrote: > >> @@ -5,7 +5,8 @@ AC_CONFIG_SRCDIR([src/libvirt.c]) > >> AC_CONFIG_AUX_DIR([build-aux]) > >> AM_CONFIG_HEADER([config.h]) > >> dnl Make a

Re: [libvirt] [PATCH 3/4] fix another failing "make distcheck" (qemuhelptest)

2009-07-08 Thread Jim Meyering
Daniel Veillard wrote: > On Wed, Jul 08, 2009 at 11:53:58AM +0200, Jim Meyering wrote: >> This fixes another "make distcheck" (or non-srcdir) build failure: >> >> >From f9523d014a590fb881c14397f8c3869f328d023c Mon Sep 17 00:00:00 2001 >> From: Jim Meyering >> Date: Wed, 8 Jul 2009 08:35:24 +0200

Re: [libvirt] [PATCH] use gnulib via a submodule

2009-07-08 Thread Jim Meyering
Daniel P. Berrange wrote: ... >> Subject: [PATCH] use automake-1.11's silent-rules option, when possible >> >> Don't use mylibtool, (subsumed by automake's silent rules) >> Its use was causing a non-srcdir build to fail. >> * Makefile.am (EXTRA_DIST): Remove mylibtool. >> * configure.in: Don't use

Re: [libvirt] [PATCH] use gnulib via a submodule

2009-07-08 Thread Jim Meyering
Daniel P. Berrange wrote: > On Wed, Jul 08, 2009 at 12:58:11PM +0200, Jim Meyering wrote: >> Daniel P. Berrange wrote: >> ... >> >> From: Jim Meyering >> >> Date: Tue, 7 Jul 2009 11:22:52 +0200 >> >> Subject: [PATCH 5/7] make .gnulib a submodule >> >> >> >> This makes it so we record (via a git su

Re: [libvirt] [PATCH 3/4] fix another failing "make distcheck" (qemuhelptest)

2009-07-08 Thread Daniel Veillard
On Wed, Jul 08, 2009 at 04:09:10PM +0200, Jim Meyering wrote: > Daniel Veillard wrote: > > > On Wed, Jul 08, 2009 at 11:53:58AM +0200, Jim Meyering wrote: > >> + nodedevschemadata \ > >> + $(patsubst %,qemuhelpdata/%,$(qemuhelpdata)) > > > > Sounds good, but hum, that is cryptic ! > > Pushed.

Re: [libvirt] [PATCH] use gnulib via a submodule

2009-07-08 Thread Jim Meyering
Jim Meyering wrote: > Daniel P. Berrange wrote: > ... >>> Subject: [PATCH] use automake-1.11's silent-rules option, when possible >>> >>> Don't use mylibtool, (subsumed by automake's silent rules) >>> Its use was causing a non-srcdir build to fail. >>> * Makefile.am (EXTRA_DIST): Remove mylibtool.

Re: [libvirt] turn off dnsmasq

2009-07-08 Thread Charles Duffy
I happen to have an outstanding ticket complaining that leaving out the tag disables dnsmasq _entirely_ (DNS as well as DHCP), rather than merely disabling its DHCP support, and looking at the libvirt source appears to confirm that dnsmasq should not get started if no DHCP ranges are present.

[libvirt] the role of libvirtd

2009-07-08 Thread Hugh O. Brock
Hello all. I spent quite a while yesterday in a meeting with a client interested in using libvirt for a large project. They are quite happy in general with the direction things are going. However they have objections to a couple of libvirt design points that have come up in multiple cases in the

Re: [libvirt] [PATCH] use gnulib via a submodule

2009-07-08 Thread Daniel Veillard
On Wed, Jul 08, 2009 at 05:00:44PM +0200, Jim Meyering wrote: > Jim Meyering wrote: > > Thanks. pushed > > Just so it's clear, I've pushed this small change, > > http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=b731d7830e91 > > not the big one implied by the first message of this thread:

Re: [libvirt] the role of libvirtd

2009-07-08 Thread Mark McLoughlin
On Wed, 2009-07-08 at 12:10 -0400, Hugh O. Brock wrote: > My initial reaction of course was to tell them "Well you should just > use a separate agent for that sort of thing." But of course this means > making a separate connection to the node depending on what operation > you want to perform, whic

Re: [libvirt] the role of libvirtd

2009-07-08 Thread Daniel P. Berrange
On Wed, Jul 08, 2009 at 12:10:18PM -0400, Hugh O. Brock wrote: > Hello all. > > I spent quite a while yesterday in a meeting with a client interested in > using libvirt for a large project. > > They are quite happy in general with the direction things are > going. However they have objections to

Re: [libvirt] the role of libvirtd

2009-07-08 Thread Hugh O. Brock
On Wed, Jul 08, 2009 at 05:46:43PM +0100, Daniel P. Berrange wrote: > On Wed, Jul 08, 2009 at 12:10:18PM -0400, Hugh O. Brock wrote: > > Hello all. > > > > I spent quite a while yesterday in a meeting with a client interested in > > using libvirt for a large project. > > > > They are quite happy

Re: [libvirt] the role of libvirtd

2009-07-08 Thread Daniel P. Berrange
On Wed, Jul 08, 2009 at 01:39:44PM -0400, Hugh O. Brock wrote: > On Wed, Jul 08, 2009 at 05:46:43PM +0100, Daniel P. Berrange wrote: > > > > This is essentially suggesting that libvirtd become a general purpose > > RPC layer for all remote management tasks. At which point you have > > just re-inve

Re: [libvirt] [PATCH] use gnulib via a submodule

2009-07-08 Thread Jim Meyering
Daniel Veillard wrote: > On Wed, Jul 08, 2009 at 05:00:44PM +0200, Jim Meyering wrote: >> Jim Meyering wrote: >> > Thanks. pushed >> >> Just so it's clear, I've pushed this small change, >> >> http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=b731d7830e91 >> >> not the big one implied by the

Re: [libvirt] the role of libvirtd

2009-07-08 Thread Daniel Veillard
On Wed, Jul 08, 2009 at 05:46:43PM +0100, Daniel P. Berrange wrote: > On Wed, Jul 08, 2009 at 12:10:18PM -0400, Hugh O. Brock wrote: > > Hello all. > > > > I spent quite a while yesterday in a meeting with a client interested in > > using libvirt for a large project. > > > > They are quite happy

[libvirt] F11 and KVM Migrations

2009-07-08 Thread Scott Baker
I have two host machines on the same subnet, and I have /var/lib/libvirt/images shared between the two via NFS. I'm trying to do a "migration" from one host to another and I'm getting an error. virsh # migrate --live Narwhal qemu+ssh://10.1.1.1/system error: operation failed: failed to start li

[libvirt] [PATCH] doc: clone+build instructions

2009-07-08 Thread Jim Meyering
I realized it'd be nice to include instructions on how to build from a just-cloned repository, so copied most of this new file, README-hacking, from coreutils: >From 7ffc5ce3ebb0769c0edc9f6fa9dc25e315ffdcf3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 8 Jul 2009 21:37:59 +0200 Subject:

Re: [libvirt] [PATCH] doc: clone+build instructions

2009-07-08 Thread Daniel Veillard
On Wed, Jul 08, 2009 at 10:28:35PM +0200, Jim Meyering wrote: > I realized it'd be nice to include instructions > on how to build from a just-cloned repository, so copied > most of this new file, README-hacking, from coreutils: [...] > +Copyright (C) 2002-2009 Free Software Foundation, Inc. > + > +

[libvirt] libvirt and physical hardware devices

2009-07-08 Thread Arjun Roy
Greetings. I am interested in finding out what kinds of physical hardware data can be pulled out of libvirt at present. In particular, I'm interested in sourcing: 1. All the processor information that would be revealed from /proc/cpuinfo -cpu # -core # -# cores total -model -family -cpuid_lvl

Re: [libvirt] F11 and KVM Migrations

2009-07-08 Thread Daniel Veillard
On Wed, Jul 08, 2009 at 01:21:53PM -0700, Scott Baker wrote: > I have two host machines on the same subnet, and I have > /var/lib/libvirt/images shared between the two via NFS. I'm trying to do > a "migration" from one host to another and I'm getting an error. > > virsh # migrate --live Narwhal

Re: [libvirt] F11 and KVM Migrations

2009-07-08 Thread Scott Baker
On 07/08/2009 02:02 PM, Daniel Veillard wrote: On Wed, Jul 08, 2009 at 01:21:53PM -0700, Scott Baker wrote: I have two host machines on the same subnet, and I have /var/lib/libvirt/images shared between the two via NFS. I'm trying to do a "migration" from one host to another and I'm getting an e

Re: [libvirt] libvirt and physical hardware devices

2009-07-08 Thread Cole Robinson
Arjun Roy wrote: > Greetings. > > I am interested in finding out what kinds of physical hardware data can > be pulled out of libvirt at present. > In particular, I'm interested in sourcing: > > 1. All the processor information that would be revealed from /proc/cpuinfo > -cpu # > -core # > -# cor

Re: [libvirt] F11 and KVM Migrations

2009-07-08 Thread Daniel Veillard
On Wed, Jul 08, 2009 at 02:05:11PM -0700, Scott Baker wrote: > On 07/08/2009 02:02 PM, Daniel Veillard wrote: >> On Wed, Jul 08, 2009 at 01:21:53PM -0700, Scott Baker wrote: >>> I have two host machines on the same subnet, and I have >>> /var/lib/libvirt/images shared between the two via NFS. I'm t

Re: [libvirt] libvirt and physical hardware devices

2009-07-08 Thread Laine Stump
On 07/08/2009 05:01 PM, Arjun Roy wrote: Greetings. I am interested in finding out what kinds of physical hardware data can be pulled out of libvirt at present. In particular, I'm interested in sourcing: 1. All the processor information that would be revealed from /proc/cpuinfo -cpu # -cor

[libvirt] [PATCH] qemu: Check driver is initialized up front, to avoid segfault.

2009-07-08 Thread Cole Robinson
If the qemu_driver was not initialized (possibly due to an error on driver startup), we can segfault if attempting to connect to the URI. Signed-off-by: Cole Robinson --- src/qemu_driver.c | 14 ++ 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/qemu_driver.c b/s

[libvirt] [PATCH] Fix docs and code disagreements for character devices.

2009-07-08 Thread Cole Robinson
The 'pipe' character type wasn't documented. TCP uses a element, not We weren't doing strict validation for protocol and source mode values. Signed-off-by: Cole Robinson --- docs/formatdomain.html| 18 +- docs/formatdomain.html.in | 17 - src/domain_conf

Re: [libvirt] [PATCH] doc: clone+build instructions

2009-07-08 Thread Jim Meyering
Daniel Veillard wrote: > On Wed, Jul 08, 2009 at 10:28:35PM +0200, Jim Meyering wrote: >> I realized it'd be nice to include instructions >> on how to build from a just-cloned repository, so copied >> most of this new file, README-hacking, from coreutils: > [...] >> +Copyright (C) 2002-2009 Free So