Xen Project Hypervisor: Difference between revisions

m Running VMs: I forgot that this wasn't markdown (Changed `` for <code>)
m SigmaSquadron moved page Xen to Xen Project Hypervisor over redirect: Trademark concerns
 
(7 intermediate revisions by 2 users not shown)
Line 16: Line 16:
{{Evaluate|boot}}
{{Evaluate|boot}}


After a successful reboot, you should now be using a Xen EFI kernel, and Xen's usual commands, such as <code>xl</code>, will begin working. Right after a fresh boot, there's usually only a single domain (virtual machine) running: the Domain 0.
After a successful reboot, you should now be using a Xen kernel, and Xen's usual commands, such as <code>xl</code>, will begin working. Right after a fresh boot, there's usually only a single domain (virtual machine) running: the Domain 0.


=== About the Domain 0 ===
=== About the Domain 0 ===
Line 81: Line 81:
{{file|example-hvm.cfg|cfg|
{{file|example-hvm.cfg|cfg|
<nowiki>
<nowiki>
device_model_version='qemu_xen'
device_model_override='/run/current-system/sw/bin/qemu-system-i386'
device_model_override='/run/current-system/sw/bin/qemu-system-i386'
</nowiki>
</nowiki>