Displaying 20 results from an estimated 145 matches for "sedf".
Did you mean:
sed
2006 Mar 07
8
[PATCH] xm,xend: flesh out xm sched-sedf
This patch
-Displays[1] current parameters for running domains ala xm list
-Allow users to set[2] one or more parameters[3] without having to
provide values for parameters they do not wish to change
-Adds additional testing of sched-sedf via new xm-test testcases.
With this patch applied, test 02_sedf_period_lower_neg.py exposes a
bug[4]. I''ll follow up this email with a patch for the bug.
1. root@bebop:~ # xm sched-sedf
Name ID Period Slice Latency ExtraTime Weight
Domain-0 0 20000000 15000000...
2006 Jan 30
3
How to get actual DOMU scheduling parameters ?
Hi list,
I''m using xen 3.0.0 and wonder how to obtain the 6 DOMU scheduling
parameters from my DOM0 domain.
Sort opposite of the sched-sedf xm sub-command
Can someone help me ?
Pierre
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2012 Apr 20
26
xl doesn't honour the parameter cpu_weight from my config file while xm does honour it
Hi,
I''ve installed xen-unstable 4.2 from actual git (last commit was
4dc7dbef5400f0608321d579aebb57f933e8f707).
When I start a domU with xm all is fine include the cpu_weight I
configured in my domU config.
When I start the domU with xl then all my domU have the default
cpu_weight of 256 instead of the configured one.
Was the name of cpu_weight being changed for xl command ?
My domU
2012 Apr 20
26
xl doesn't honour the parameter cpu_weight from my config file while xm does honour it
Hi,
I''ve installed xen-unstable 4.2 from actual git (last commit was
4dc7dbef5400f0608321d579aebb57f933e8f707).
When I start a domU with xm all is fine include the cpu_weight I
configured in my domU config.
When I start the domU with xl then all my domU have the default
cpu_weight of 256 instead of the configured one.
Was the name of cpu_weight being changed for xl command ?
My domU
2011 Nov 17
12
[PATCH] Avoid panic when adjusting sedf parameters
When using sedf scheduler in a cpupool the system might panic when setting
sedf scheduling parameters for a domain.
Signed-off-by: juergen.gross@ts.fujitsu.com
1 file changed, 4 insertions(+)
xen/common/sched_sedf.c | 4 ++++
_______________________________________________
Xen-devel mailing list
Xen-devel...
2007 Apr 26
4
FATAL PAGE FAULT - xen-3.0.5-rc2 and xen-3.0.5-rc3
Hi,
I have the following errors:
Panic on CPU0:
FATAL PAGE FAULT
[error_code=0002]
Faulting linear address: fbfb1100
More details in snapshots as below as I don''t have serial console
cables thus unable to get full details of the errors which I will try
to get one and send the full error if needed:
http://choon.net/xenerrors/Image000.jpg
http://choon.net/xenerrors/Image001.jpg
2005 Nov 16
0
[PATCH] small format changes in xm.1 to make sedf more readable
Here are some small format changes in xm.1 to make sedf more readable,
should start getting to the device section proper today.
-Sean
--
__________________________________________________________________
Sean Dague Mid-Hudson Valley
sean at dague dot net Linux Users Group
http://dague...
2007 Apr 18
2
How to change the scheduler? (credit)
Hi!
I`m using xen 3.0.2 on a Debian Sarge 3,1 (XEON machine)!
By default my scheduler is "sedf", ok?!
I would like to change it to the "credit"!
I tried to set the parameter "sched=credit" in my grub config, but
when I try to use the command "xm sched-credit -d <domain>" and
others, it doesn`t work!
But if I try "xm sched-sedf -l" it wor...
2012 Jun 20
7
[PATCH] xl: fix sedf parameters checking
9d1fd58ff602 was bogous in not letting a new domain being created
if its scheduling parameters --when running under the sedf scheduler--
were not fully specified, making creation fail like in this example
here below:
2012-06-16 07:37:47 Z executing ssh ... root@10.80.248.105 xl create /etc/xen/debian.guest.osstest.cfg
libxl: error: libxl.c:3619:sched_sedf_domain_set: setting domain sched sedf: Invalid argument
libxl: er...
2012 Jun 22
2
[xen-unstable test] 13339: regressions - FAIL
flight 13339 xen-unstable real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/13339/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
test-amd64-amd64-xl-sedf-pin 9 guest-start fail REGR. vs. 13025
Regressions which are regarded as allowable (not blocking):
test-amd64-amd64-xl-sedf 9 guest-start fail REGR. vs. 13025
test-amd64-amd64-xl-qemuu-win7-amd64 12 guest-localmigrate/x10 fail like 13025
Tests which did not suc...
2006 Jul 21
3
How set up CPU time
Hi all,
i know that for each virtual machine i can set up a number of vcpu. But
if i want to give only a % of the real CPU? For example: how can i set
up a virtual domain for using only 20% of the real CPU? is it possible?
Ty in advance
D.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Feb 10
2
sedf and config file
Is there a way to setup cpu scheduling commands from inside the config file
for a domU ? Or it can only be done after the domU has been started ?
--
regards,
Anand Gupta
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Oct 13
2
[PATCH] sedf get in XendClient API
Here are some patches I compiled to get sedf_get to the XendClient
API... sadly, however, the current xc frontend is missing a variable
(weight) and needed to be edited.
Below are my "homemade" patches (I did this since my code base is
EXTREMELY old... however the code is still valid)
tools/python/xen/lowlevel/xc/xc.c
line 766...
2011 Dec 20
0
sedf: remove useless tracing printk and harmonize comments style.
sched_sedf.c used o have its own mechanism for producing tracing-alike
kind of information (domain block, wakeup, etc.). Nowadays, with an even
not so high number of pCPUs/vCPUs, just trying to enable this makes
the serial console completely unusable, produces tons of very hard to
parse and interpreet logging...
2011 Dec 07
0
[xen-unstable test] 10413: regressions - trouble: broken/fail/pass
...verestore fail REGR. vs. 10201
test-amd64-i386-win-vcpus1 8 guest-saverestore fail in 10401 REGR. vs. 10201
test-amd64-amd64-xl-win 8 guest-saverestore fail in 10401 REGR. vs. 10201
test-amd64-i386-xl-win7-amd64 3 host-install(3) broken in 10409
test-amd64-amd64-xl-sedf 3 host-install(3) broken in 10409
test-amd64-i386-xl-win-vcpus1 8 guest-saverestore fail in 10409 REGR. vs. 10201
Tests which are failing intermittently (not blocking):
test-amd64-i386-win-vcpus1 7 windows-install fail pass in 10401
test-amd64-i386-xl-win-vcpu...
2013 Jan 13
0
[xen-unstable test] 14916: regressions - FAIL
...6
test-amd64-amd64-xl 15 guest-stop fail in 14909 REGR. vs. 14856
Tests which are failing intermittently (not blocking):
test-amd64-amd64-xl 14 guest-localmigrate/x10 fail pass in 14909
Regressions which are regarded as allowable (not blocking):
test-amd64-amd64-xl-sedf-pin 14 guest-localmigrate/x10 fail blocked in 14856
test-amd64-amd64-xl-sedf 5 xen-boot fail like 14856
test-amd64-amd64-xl-sedf-pin 15 guest-stop fail in 14909 blocked in 14856
Tests which did not succeed, but are not blocking:
test-amd64-amd64-xl-pcipt-intel...
2011 Dec 09
1
[xen-4.1-testing test] 10458: trouble: broken/fail/pass
flight 10458 xen-4.1-testing real [real]
http://www.chiark.greenend.org.uk/~xensrcts/logs/10458/
Failures and problems with tests :-(
Tests which did not succeed and are blocking:
test-amd64-i386-xl-credit2 3 host-install(3) broken
test-amd64-amd64-xl-sedf 3 host-install(3) broken
test-amd64-amd64-xl-winxpsp3 3 host-install(3) broken
test-amd64-amd64-pv 3 host-install(3) broken
test-amd64-i386-win-vcpus1 3 host-install(3) broken
test-amd64-i386-pv 3 host-install(3)...
2009 Sep 08
1
Reg credit scheduler patch for xen-3.0.2
Hi All ,
I am using older xen version xen-3.0.2 which supports BVT and SEDF scheduler
I want to add credit and boost credit scheduler support in xen-3.0.2 .
Please let me know if any (Credit scheduler) patch is available for xen-3.0.2
Thanks,
Akhilesh
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xenso...
2012 Mar 27
0
[xen-unstable test] 12445: regressions - FAIL
...1 xen-build-check(1) blocked n/a
test-i386-i386-xl 1 xen-build-check(1) blocked n/a
test-amd64-i386-xl 1 xen-build-check(1) blocked n/a
test-amd64-i386-qemuu-rhel6hvm-intel 1 xen-build-check(1) blocked n/a
test-amd64-amd64-xl-sedf-pin 1 xen-build-check(1) blocked n/a
test-amd64-i386-xl-multivcpu 1 xen-build-check(1) blocked n/a
test-amd64-i386-xl-credit2 1 xen-build-check(1) blocked n/a
test-amd64-amd64-pair 1 xen-build-check(1) blocked n/a
test-amd64-amd64-xl...
2012 Sep 17
1
[xen-4.2-testing test] 13798: regressions - FAIL
...and are blocking,
including tests which could not be run:
test-amd64-i386-rhel6hvm-amd 5 xen-boot fail REGR. vs. 13739
test-amd64-amd64-xl-win 5 xen-boot fail REGR. vs. 13739
Regressions which are regarded as allowable (not blocking):
test-amd64-amd64-xl-sedf 14 guest-localmigrate/x10 fail REGR. vs. 13739
Tests which did not succeed, but are not blocking:
test-amd64-amd64-xl-sedf-pin 10 guest-saverestore fail never pass
test-amd64-amd64-xl-pcipt-intel 9 guest-start fail never pass
test-i386-i386-xl-qemuu-winxpsp3...