[libvirt] [PATCH] createLinux requires full-access connection

2009-07-06 Thread Dan Kenigsberg
--- docs/examples/python/domstart.py |2 +- python/tests/create.py |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/python/domstart.py b/docs/examples/python/domstart.py index 64434c4..52fb79e 100755 --- a/docs/examples/python/domstart.py +++

[libvirt] Switch from CVS to GIT is done

2009-07-06 Thread Daniel Veillard
Thanks to Jim Meyering we now have a new git repository, I deprecated the CVS repository, it's read only, you should still be able to keep it around to make patches for a few weeks if needed. The new repo is at: http://libvirt.org/git/?p=libvirt.git;a=summary Unfortunately Jim had to

Re: [libvirt] Switch from CVS to GIT is done

2009-07-06 Thread Mark McLoughlin
On Mon, 2009-07-06 at 14:42 +0200, Daniel Veillard wrote: Thanks to Jim Meyering we now have a new git repository, I deprecated the CVS repository, it's read only, you should still be able to keep it around to make patches for a few weeks if needed. The new repo is at:

Re: [libvirt] Switch from CVS to GIT is done

2009-07-06 Thread Jim Meyering
Daniel Veillard wrote: Thanks to Jim Meyering we now have a new git repository, I deprecated the CVS repository, it's read only, you should still be able to keep it around to make patches for a few weeks if needed. The new repo is at: http://libvirt.org/git/?p=libvirt.git;a=summary

Re: [libvirt] Switch from CVS to GIT is done

2009-07-06 Thread Daniel P. Berrange
On Mon, Jul 06, 2009 at 02:13:46PM +0100, Mark McLoughlin wrote: On Mon, 2009-07-06 at 14:42 +0200, Daniel Veillard wrote: Thanks to Jim Meyering we now have a new git repository, I deprecated the CVS repository, it's read only, you should still be able to keep it around to make patches for

Re: [libvirt] Switch from CVS to GIT is done

2009-07-06 Thread Jim Meyering
Mark McLoughlin wrote: On Mon, 2009-07-06 at 14:42 +0200, Daniel Veillard wrote: Thanks to Jim Meyering we now have a new git repository, I deprecated the CVS repository, it's read only, you should still be able to keep it around to make patches for a few weeks if needed. The new repo is

RE: [libvirt] [PATCH] Do a correct format mapping of partitions 2

2009-07-06 Thread Henrik Persson E
Hi, Just to follow up this issue, I haven't found any way to get this info from standard parted :( /Henrik -Original Message- From: libvir-list-boun...@redhat.com [mailto:libvir-list-boun...@redhat.com] On Behalf Of Henrik Persson E Sent: den 26 juni 2009 12:08 To:

Re: [libvirt] [PATCH] Do a correct format mapping of partitions 2

2009-07-06 Thread Daniel P. Berrange
On Mon, Jul 06, 2009 at 04:07:32PM +0200, Henrik Persson E wrote: Hi, Just to follow up this issue, I haven't found any way to get this info from standard parted :( Your code was getting the raw MS-Dos partition type. This isn't really needed by libvirt, and indeed we do need to work with

Re: [libvirt] Switch from CVS to GIT is done

2009-07-06 Thread Daniel Veillard
On Mon, Jul 06, 2009 at 03:41:34PM +0200, Jim Meyering wrote: Mark McLoughlin wrote: On Mon, 2009-07-06 at 14:42 +0200, Daniel Veillard wrote: Thanks to Jim Meyering we now have a new git repository, I deprecated the CVS repository, it's read only, you should still be able to keep it

Re: [libvirt] [PATCH] createLinux requires full-access connection

2009-07-06 Thread Daniel P. Berrange
On Mon, Jul 06, 2009 at 03:24:43PM +0300, Dan Kenigsberg wrote: --- docs/examples/python/domstart.py |2 +- python/tests/create.py |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ACK, clearly bogus example scripts ! I'm astonished no one has ever seen this problem

RE: [libvirt] [PATCH] Do a correct format mapping of partitions 2

2009-07-06 Thread Henrik Persson E
-Original Message- From: Daniel P. Berrange [mailto:berra...@redhat.com] Sent: den 6 juli 2009 16:17 To: Henrik Persson E Cc: veill...@redhat.com; libvirt-l...@redhat.com Subject: Re: [libvirt] [PATCH] Do a correct format mapping of partitions 2 On Mon, Jul 06, 2009 at

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

2009-07-06 Thread Serge E. Hallyn
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, looking just at application (and system) containers, what do the libvirt and liblxc projects want to see in kernel

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

2009-07-06 Thread Serge E. Hallyn
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. - When

Re: [libvirt] Switch from CVS to GIT is done

2009-07-06 Thread Jim Meyering
Daniel Veillard wrote: The new repo is at: http://libvirt.org/git/?p=libvirt.git;a=summary On a related note, I've installed a so-called git update hook that prevents one from pushing a merge commit. That same hook also prohibits pushing any commit that adds trailing blanks. I.e., if

Re: [libvirt] Switch from CVS to GIT is done

2009-07-06 Thread Mark McLoughlin
On Mon, 2009-07-06 at 16:19 +0200, Daniel Veillard wrote: yeah, I think moving ChangeLog to ChangeLog.CVS and generating the logs starting from today at make dist time is probably the best, it will avoid copying over redundant informations. Cool. On the other hand we should try to keep the

Re: [libvirt] [PATCH] createLinux requires full-access connection

2009-07-06 Thread Daniel Veillard
On Mon, Jul 06, 2009 at 03:39:41PM +0100, Daniel P. Berrange wrote: On Mon, Jul 06, 2009 at 03:24:43PM +0300, Dan Kenigsberg wrote: --- docs/examples/python/domstart.py |2 +- python/tests/create.py |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ACK, clearly

Re: [libvirt] Switch from CVS to GIT is done

2009-07-06 Thread Jim Meyering
Mark McLoughlin wrote: On Mon, 2009-07-06 at 16:19 +0200, Daniel Veillard wrote: yeah, I think moving ChangeLog to ChangeLog.CVS and generating the logs starting from today at make dist time is probably the best, it will avoid copying over redundant informations. Cool. On the other hand we

Re: [libvirt] Switch from CVS to GIT is done

2009-07-06 Thread Mark McLoughlin
On Mon, 2009-07-06 at 17:22 +0200, Jim Meyering wrote: Mark McLoughlin wrote: On Mon, 2009-07-06 at 16:19 +0200, Daniel Veillard wrote: yeah, I think moving ChangeLog to ChangeLog.CVS and generating the logs starting from today at make dist time is probably the best, it will avoid copying

Re: [libvirt] Switch from CVS to GIT is done

2009-07-06 Thread Jim Meyering
Mark McLoughlin wrote: What do you think of coreutils' logs? It's generated and still ChangeLog-conforming, yet with an added one-line summary and sometimes (for larger changes) more prose: http://meyering.net/code/tmp/coreutils-ChangeLog Looking at the git commits e.g.

Re: [libvirt] Switch from CVS to GIT is done

2009-07-06 Thread Daniel P. Berrange
On Mon, Jul 06, 2009 at 02:42:59PM +0200, Daniel Veillard wrote: Thanks to Jim Meyering we now have a new git repository, I deprecated the CVS repository, it's read only, you should still be able to keep it around to make patches for a few weeks if needed. The new repo is at:

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

2009-07-06 Thread Serge E. Hallyn
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, looking just at application (and system)

Re: [libvirt] [PATCH] Power Hypervisor Support for libvirt - minimum set of features

2009-07-06 Thread Eduardo Otubo
Hello all, This is the last version of this enormous PATCH. All minor bugs are fixed, and the minimal set of features are implemented. Any comments are alwayes welcome. []'s On Tue, 2009-06-23 at 10:55 -0300, Eduardo Otubo wrote: Hello again, This is the life cycle operations I've been

Re: [libvirt] PATCH: 0/3: Run QEMU guests within a CGroup

2009-07-06 Thread Nikola Ciprich
Hello Daniel, I'd like to ask, what is the progres of qemu cgroups support? are there any problems preventing it from getting into git? It would be a great feature to have... thanks a lot for reply in advance with best regards nik On Thu, Feb 26, 2009 at 04:36:10PM +, Daniel P. Berrange

Re: [libvirt] Switch from CVS to GIT is done

2009-07-06 Thread Garry Dolley
On Mon, Jul 06, 2009 at 02:42:59PM +0200, Daniel Veillard wrote: Thanks to Jim Meyering we now have a new git repository, I deprecated the CVS repository, it's read only, you should still be able to keep it around to make patches for a few weeks if needed. The new repo is at:

Re: [libvirt] Save and restore with KVM!

2009-07-06 Thread Charles Duffy
It would be very helpful if you included your domain description -- not all hardware supported by KVM is save/restore compatible. If you're using SCSI disk drives, for instance, that would explain the breakage; virtio has similar problems for many versions of kvm (not sure about the one you're