Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: Add Hardware description object to the VM configuration #1209

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 6, 2023

  1. config: Add Hardware description object to the VM configuration

    This adds section to describe HW that should be passed through to the
    VM. This enables Hardware-level isolation provided by XEN for
    e.g. functional safety use cases.
    
    Adds hwConfig object to the VM section which is apt to describe the
    initial configuration for the VM, sush as number of vcpus and memory,
    provided to the VM.
    Hardware description includes path to the device-tree, that should be
    passed to the VM and the hardware configuration parameters which
    provides all needed data for VM to use the devices, such as:
      - dtdevs: host device tree nodes to passthrough to the VM;
      - iomems: allow auto-translated domains to access specific hardware
      I/O memory pages;
      - irqs: allows VM to access specific physical IRQs.
    
    Signed-off-by: Oleksii Moisieiev <[email protected]>
    oleksiimoisieiev committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    af0d16d View commit details
    Browse the repository at this point in the history