Re: [Libvir] [PATCH] Cut out "type=ioemu" on Xen3.1

2007-06-05 Thread Atsushi SAKAI
Hi, Daniel  If we want to use PV-driver(VNIF), We should remove the "type=ioemu". Please apply Saori's patch. Of course If you use only HVM w/o PV-driver(VNIF). "type=ioemu" is required. Thanks Atsushi SAKAI Daniel Veillard <[EMAIL PROTECTED]> wrote: > On Fri, Jun 01, 2007 at 07:29:25PM +0900,

Re: [Libvir] [PATCH] make xen compile -Werror and without PROXY turned on (the autobuild config)

2007-06-05 Thread Daniel Veillard
On Tue, Jun 05, 2007 at 02:47:34PM -0400, Hugh Brock wrote: > $SUBJECT says it all... Okay, commited, thanks ! Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvirt.org/ [EMAIL PROTECTED] | libxml GNOME XML

[Libvir] [PATCH] make xen compile -Werror and without PROXY turned on (the autobuild config)

2007-06-05 Thread Hugh Brock
$SUBJECT says it all... --Hugh -- Red Hat Virtualization Group http://redhat.com/virtualization Hugh Brock | virt-manager http://virt-manager.org [EMAIL PROTECTED]| virtualization library http://libvirt.org Index: src/xen_internal.c =

Re: [Libvir] [PATCH] add bootloader_args to libvirt xml to support bootloaders (like pypxeboot for example) that require arguments

2007-06-05 Thread Daniel Veillard
On Tue, Jun 05, 2007 at 08:35:21AM -0400, Hugh Brock wrote: > Daniel Veillard wrote: > > This all looks simple and clear except one point. > >We used to process pygrub differently than other bootloaders, basically > >testing > >for that value and making it a special case, ending up with 3 differ

Re: [Libvir] [PATCH] add bootloader_args to libvirt xml to support bootloaders (like pypxeboot for example) that require arguments

2007-06-05 Thread Hugh Brock
Daniel Veillard wrote: On Mon, Jun 04, 2007 at 05:08:14PM -0400, Hugh Brock wrote: This patch extends libvirt's XML to include a paramater Xen already supports in sexpr, "bootloader_args." The bootloader_args parameter lets you pass arguments -- "mac=aa:12:34:56:78:90" for example -- to a boot

Re: [Libvir] Add scheduler patch?

2007-06-05 Thread Daniel Veillard
On Mon, Jun 04, 2007 at 05:17:56PM +0900, Atsushi SAKAI wrote: > Hi, > > Is there any plan to apply scheduler controller patch? > > https://www.redhat.com/archives/libvir-list/2007-May/msg00291.html > https://www.redhat.com/archives/libvir-list/2007-May/msg00295.html Okay I have commited the

Re: [Libvir] Add scheduler patch?

2007-06-05 Thread Daniel Veillard
On Tue, Jun 05, 2007 at 08:38:23PM +0900, Atsushi SAKAI wrote: > Hi, Daniel > > Yes, Credit Scheduler just sets 2 parameter only. > > Please see following code. > http://xen.begi.net/xen-unstable/S/1538.html#L701 okay, that clears things up, thanks ! Daniel -- Red Hat Virtualization group h

Re: [Libvir] Add scheduler patch?

2007-06-05 Thread Atsushi SAKAI
Hi, Daniel Yes, Credit Scheduler just sets 2 parameter only. Please see following code. http://xen.begi.net/xen-unstable/S/1538.html#L701 Thanks Atsushi SAKAI Daniel Veillard <[EMAIL PROTECTED]> wrote: > On Tue, Jun 05, 2007 at 07:42:31PM +0900, Atsushi SAKAI wrote: > > Hi, Daniel > > > > Th

Re: [Libvir] Add scheduler patch?

2007-06-05 Thread Daniel Veillard
On Tue, Jun 05, 2007 at 07:42:31PM +0900, Atsushi SAKAI wrote: > Hi, Daniel > > Thank you for reviewing. > > About xenHypervisorSetSchedulerParameters() in case of credit scheduler. > I just set not changed parameter at first. > I guess no problem on this. > Any problem? > > +/* cred

Re: [Libvir] Add scheduler patch?

2007-06-05 Thread Atsushi SAKAI
Hi, Daniel Thank you for reviewing. About xenHypervisorSetSchedulerParameters() in case of credit scheduler. I just set not changed parameter at first. I guess no problem on this. Any problem? +/* credit scheduler parameters + * following values do not change the paramet

Re: [Libvir] [PATCH] add bootloader_args to libvirt xml to support bootloaders (like pypxeboot for example) that require arguments

2007-06-05 Thread Daniel Veillard
On Mon, Jun 04, 2007 at 05:08:14PM -0400, Hugh Brock wrote: > This patch extends libvirt's XML to include a paramater Xen already > supports in sexpr, "bootloader_args." The bootloader_args parameter lets > you pass arguments -- "mac=aa:12:34:56:78:90" for example -- to a > bootloader program th

Re: [Libvir] [PATCH] add bootloader_args to libvirt xml to support bootloaders (like pypxeboot for example) that require arguments

2007-06-05 Thread Richard W.M. Jones
Hugh Brock wrote: This patch extends libvirt's XML to include a paramater Xen already supports in sexpr, "bootloader_args." The bootloader_args parameter lets you pass arguments -- "mac=aa:12:34:56:78:90" for example -- to a bootloader program that xend invokes when it starts a guest. One such

Re: [Libvir] Add scheduler patch?

2007-06-05 Thread Daniel Veillard
On Tue, Jun 05, 2007 at 11:23:43AM +0900, Atsushi SAKAI wrote: > Hi, Daniel > > I confirmed to work Xen3.1.0 only. > And not run on Xen3.0.4.(I guess domctl hypercall problem.) > And not tested yet for Xen3.0.3. > > This is the reason I limit to work this command. Okay, I will double check on a