Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The pages describes the process for configuring Xen for Linux DomU. 

Table of Contents

Table of Contents
excludeTable of Contents


General Build Information (Linux DomU)

Linux Configurations Requirements

Linux needs to be built with the following options enabled:
Code Block
themeMidnight
CONFIG_XEN
CONFIG_HVC_DRIVER
CONFIG_HVC_XEN
These options are all enabled by default in PetaLinux projects. They can remain enabled without issue for native Linux systems running without Xen hypervisor.

CONFIG_XEN enables critical hooks for Xen interface from DomU
CONFIG_HVC_DRIVER includes a driver for the hypervisor (paravirtual) console within the guest. This avoids having to manually assign a dedicated serial console for use by the guest.

This Hypervisor console is an input/output console point to point between DomU and Dom0. It can be run over SSH, physical UART. When multiple DomU instantate a console, each is unique.