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

refactor(virtio/pci): migrate PCI capabilities to virtio-spec #1257

Merged
merged 5 commits into from
Jun 7, 2024

Commits on Jun 6, 2024

  1. refactor(virtio-spec): rename pci::Cap to pci::CapCfgType

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c6eab3b View commit details
    Browse the repository at this point in the history
  2. refactor(virtio-spec): reorder code

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7abdbd9 View commit details
    Browse the repository at this point in the history
  3. fix(pci): add PciDevice::access for underlying ConfigRegionAccess

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2d4bd6b View commit details
    Browse the repository at this point in the history
  4. feat(virtio-spec): add PCI Capabilities

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f10132a View commit details
    Browse the repository at this point in the history
  5. refactor(virtio/pci): migrate PciCapRaw to virtio-spec

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1a64402 View commit details
    Browse the repository at this point in the history