Difference between revisions of "XEND"

From Xen
(Created page with "{{Info|This section contains link to Xen manual pages that are generated from the Xen codebase. They reflect the state of '''xen-unstable.hg'''. We do not yet have versions for s…")
 
m
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
  +
{{Warning|Note that '''XEND''' has been deprecated, and it has been <b>removed</b> in 4.5! See [[MigrationGuideToXen4.1%2B#Toolstack_upgrade_notes|Xen 4.1+ Upgrade Notes]] for more details.}}
{{Info|This section contains link to Xen manual pages that are generated from the Xen codebase. They reflect the state of '''xen-unstable.hg'''. We do not yet have versions for specific Xen releases, but will have them in future}}
 
  +
  +
{{Info|This section contains link to Xen Project manual pages that are generated from the Xen Project codebase. They reflect the state of '''xen-4.4-testing.hg''', the last release of '''XEND'''.}}
   
 
== Man Pages ==
 
== Man Pages ==
   
  +
These pages point to the Xen Project 4.4 tree, the last release to include XEND.
{| class="wikitable"
 
  +
  +
== Xen Project Man Pages ==
  +
  +
{| class="wikitable sortable"
 
|-
 
|-
 
! Man page
 
! Man page
 
! Description
 
! Description
 
|-
 
|-
| [http://xenbits.xen.org/docs/unstable/man/xend-config.sxp.5.html xend-config.sxp(5)]
+
| [http://xenbits.xen.org/docs/4.4-testing/man/xm.1.html xm(1)]
  +
| Xen Project management user interface (deprecated, also see [[MigrationGuideToXen4.1%2B#Toolstack_upgrade_notes|Xen 4.1+ Upgrade Notes]])
| Xen daemon configuration file
 
  +
|-
  +
| [http://xenbits.xen.org/docs/4.4-testing/man/xend-config.sxp.5.html xend-config.sxp(5)]
  +
| Xen Project daemon configuration file (deprecated, also see [[MigrationGuideToXen4.1%2B#Toolstack_upgrade_notes|Xen 4.1+ Upgrade Notes]])
  +
|-
  +
| [http://xenbits.xen.org/docs/4.4-testing/man/xmdomain.cfg.5.html xmdomain.cfg(5)]
  +
| XM domain config file format (deprecated, also see [[MigrationGuideToXen4.1%2B#Toolstack_upgrade_notes|Xen 4.1+ Upgrade Notes]])
  +
|-
  +
| [http://xenbits.xen.org/docs/4.4-testing/misc/sedf_scheduler_mini-HOWTO.txt xm.cfg(5), '''sEDF scheduler''']
  +
| The sEDF scheduler provides weighted CPU sharing in an intuitive way and uses realtime-algorithms to ensure time guarantees.
 
|}
 
|}
   
  +
== Also See ==
  +
* [[XL vs Xend Feature Comparison]]
  +
* Learn about migrating from XEND to libxenlight in the video [http://xenproject.org/component/allvideoshare/video/latest/hands-on-video-xm-to-xl-a-short-but-necessary-journey.html XM to XL: A Short, But Necessary, Journey]
 
[[Category:Beginners]]
 
[[Category:Beginners]]
 
[[Category:Users]]
 
[[Category:Users]]

Latest revision as of 13:36, 6 January 2015

Icon Ambox.png Note that XEND has been deprecated, and it has been removed in 4.5! See Xen 4.1+ Upgrade Notes for more details.


Icon Info.png This section contains link to Xen Project manual pages that are generated from the Xen Project codebase. They reflect the state of xen-4.4-testing.hg, the last release of XEND.


Man Pages

These pages point to the Xen Project 4.4 tree, the last release to include XEND.

Xen Project Man Pages

Man page Description
xm(1) Xen Project management user interface (deprecated, also see Xen 4.1+ Upgrade Notes)
xend-config.sxp(5) Xen Project daemon configuration file (deprecated, also see Xen 4.1+ Upgrade Notes)
xmdomain.cfg(5) XM domain config file format (deprecated, also see Xen 4.1+ Upgrade Notes)
xm.cfg(5), sEDF scheduler The sEDF scheduler provides weighted CPU sharing in an intuitive way and uses realtime-algorithms to ensure time guarantees.

Also See