Re: [Libvir] [PATCH] Add Xen Scheduler APIs to xenDaemonDriver

2008-03-23 Thread Saori Fukuta
Hello, Thanks for applying the first patch (about adding read-only connections). http://git.et.redhat.com/?p=libvirt.git;a=commit;h=4faeb0d567976377b2661fb5ebd0f1dca7763f80 How about the second one ? We can make some improvements for virsh schedinfo command with the patch, so I want the patch to

Re: [Libvir] Looking to hire coder w/ libvir exp

2008-03-23 Thread Stefan de Konink
On Sun, 23 Mar 2008, Robert J. Adams (jason) wrote: > We're looking to hire a programmer w/ libvir experience to develop a > VPS/VM hosting control panel (supporting xen). Anyone with interest (and > spare time) please shoot me an email. Too bad his mailserver blocks any attempt... ;) Stefan -

[Libvir] Looking to hire coder w/ libvir exp

2008-03-23 Thread Robert J. Adams (jason)
Hello everyone, We're looking to hire a programmer w/ libvir experience to develop a VPS/VM hosting control panel (supporting xen). Anyone with interest (and spare time) please shoot me an email. Thanks, Robert J. Adams Apex Hosting Group. -- Libvir-list mailing list Libvir-list@redhat.com h

[Libvir] [PATCH] remove trailing newlines in error strings

2008-03-23 Thread Guido Günther
Most of the error messages don't pass a final newline. Strip the ones that still do so for consistency. Please apply. -- Guido --- src/qemu_driver.c | 40 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/qemu_driver.c b/src/qemu_driv

[Libvir] [PATCH] mark error messages as translatable

2008-03-23 Thread Guido Günther
This patch marks the error messages in qemu_driver.c as translatable, some of them were marked as such already. Please apply. -- Guido --- src/qemu_driver.c | 200 ++-- 1 files changed, 100 insertions(+), 100 deletions(-) diff --git a/src/qemu_dr

[Libvir] [PATCH] reindent __virErrorMsg with spaces instead of tabs

2008-03-23 Thread Guido Günther
__virErrorMsg is a mix of tabs and spaces which makes it a bit hard to read. This patch cleans this up. Please apply. -- Guido --- src/virterror.c | 318 +++--- 1 files changed, 159 insertions(+), 159 deletions(-) diff --git a/src/virterror.c b/s