Xen Project Hypervisor: Difference between revisions

Undo revision 23532 by Vater (talk) (Trademark concerns)
Tag: Undo
DHCP (talk | contribs)
m fix style
 
(2 intermediate revisions by one other user not shown)
Line 69: Line 69:
You can then start the domain using the following command:
You can then start the domain using the following command:


{{Commands|# xl create /path/to/example-hvm.cfg -Fc}}
<syntaxhighlight lang=console>
# xl create /path/to/example-hvm.cfg -Fc
</syntaxhighlight>


If you are interested in managing Xen domains declaratively, please take a look at pull request {{pull|363388}} and everything else tagged with the <code>declarative libxenlight</code> title.
If you are interested in managing Xen domains declaratively, please take a look at pull request {{pull|363388}} and everything else tagged with the <code>declarative libxenlight</code> title.
=== Troubleshooting ===
==== <code>error: device model qemu-dm is not executable: No such file or directory</code> ====
This error follows a <code>qemu-xen is unavailable, using qemu-xen-traditional instead</code> message. This is an upstream bug in Xen, and can be fixed by pull request {{pull|365890}}, or by overriding the QEMU path in your domain configuration:
{{file|example-hvm.cfg|cfg|
<nowiki>
device_model_override='/run/current-system/sw/bin/qemu-system-i386'
</nowiki>
}}


== See also ==
== See also ==