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

q35: add virtio-mmio slots #13

Draft
wants to merge 1 commit into
base: svsm-igvm
Choose a base branch
from

Commits on May 14, 2024

  1. q35: add virtio-mmio slots

    Disabled by default, enable using '-machine q35,x-svsm-virtio-mmio=on'.
    
    When enabled it is possible to plug up to 4 virtio devices into the
    slots virtio-mmio using '-device virtio-${kind}-device'.
    
    The devices can be found at base address 0xfef00000, each slot on a
    separate page.  No IRQ is wired up, the svsm has to drive the devices
    in polling mode.
    kraxel authored and osteffenrh committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e2efb6f View commit details
    Browse the repository at this point in the history