Re: [Libvir] [PATCH][RFC] shows scheduler information

2007-04-12 Thread Atsushi SAKAI
Hi, Rich Thank you for your suggestion. I fixed it. Changes 1)changes static to dynamic. (like sedf, credit, weight, cap) 2)virsh printf added various print patterns for scheduler parameters. 3)Tab space changed(from 2 to 4) in xen_unified.c part Thanks Atsushi SAKAI Richard W.M. Jones

Re: [Libvir] PATCH: support Xen 3.0.5

2007-04-12 Thread Richard W.M. Jones
A Man Without A Country Daniel P. Berrange wrote: I've been doing some testing with current xen-unstable (ie what will very shortly be 3.0.5) and came across a whole bunch of things which needed fixing - some expected, others not expected. The attached patch addresses the following issues: As

[Libvir] [PATCH] Check ReadOnly-flag

2007-04-12 Thread S.Sakamoto
Hi When a general user uses command # virsh --connect xen start domain, don't become an error, and domain start. Because ReadOnly-flag is not 1 when a general user uses it. So, here's the patch adds to check ReadOnly-flag. Signed-off-by: Shigeki Sakamoto [EMAIL PROTECTED] Thanks, Shigeki

Re: [Libvir] [PATCH] About remote operation restrictions of a general user

2007-04-12 Thread Daniel P. Berrange
On Thu, Apr 12, 2007 at 02:14:37PM +0900, S.Sakamoto wrote: Hi, Daniel Sorry, I think that explanation was not enough... About virsh connect of Xen: When a general user has access to remote, he can't carry out a command of virsh --connect xen start domain, but, he can carry out a

[Libvir] [Q] about virsh-connect

2007-04-12 Thread S.Sakamoto
Hi, I have a question.  Previously(libvirt 0.2.1) We can do remote connection via URI successfully.. (virsh --connect http://127.0.0.1:8000 list) But Current version(libvirt-current) cannot connect remotely. This event occurs in both general user and administrator. I investigate the code and

Re: [Libvir] [Q] about virsh-connect

2007-04-12 Thread Daniel P. Berrange
On Thu, Apr 12, 2007 at 10:54:05PM +0900, S.Sakamoto wrote: Hi, I have a question. ?$B!!Previously(libvirt 0.2.1) We can do remote connection via URI successfully.. (virsh --connect http://127.0.0.1:8000 list) But Current version(libvirt-current) cannot connect remotely. This event

Re: [Libvir] [PATCH] Check ReadOnly-flag

2007-04-12 Thread Richard W.M. Jones
S.Sakamoto wrote: Hi When a general user uses command # virsh --connect xen start domain, don't become an error, and domain start. Because ReadOnly-flag is not 1 when a general user uses it. So, here's the patch adds to check ReadOnly-flag. Signed-off-by: Shigeki Sakamoto [EMAIL PROTECTED]

Re: [Libvir] PATCH: support Xen 3.0.5

2007-04-12 Thread Daniel Veillard
On Thu, Apr 12, 2007 at 02:46:46AM +0100, Daniel P. Berrange wrote: I've been doing some testing with current xen-unstable (ie what will very shortly be 3.0.5) and came across a whole bunch of things which needed fixing - some expected, others not expected. The attached patch addresses the

Re: [Libvir] PATCH: support Xen 3.0.5

2007-04-12 Thread Daniel P. Berrange
On Thu, Apr 12, 2007 at 12:33:14PM -0400, Daniel Veillard wrote: - The HVM SEXPR for configuring the VNC / SDL graphics is no longere part of the (image) block. it now matches the PVFB graphics config and is an explicit (vfb) block within the (devices) block. So if