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-net): migrate header to virtio-spec #1202

Merged
merged 9 commits into from
May 16, 2024
Merged

Commits on May 16, 2024

  1. fix(xtask): run clippy on virtio-mmio

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed May 16, 2024
    Configuration menu
    Copy the full SHA
    53724e2 View commit details
    Browse the repository at this point in the history
  2. fix(virtio-spec): remove unused allow

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed May 16, 2024
    Configuration menu
    Copy the full SHA
    fb006c8 View commit details
    Browse the repository at this point in the history
  3. feat(virtio-spec): derive Default for bitflags and numbers

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ece6eb8 View commit details
    Browse the repository at this point in the history
  4. feat(virtio-spec): move features to device modules

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e38ecfe View commit details
    Browse the repository at this point in the history
  5. feat(virtio-spec): add network device header

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2af1d60 View commit details
    Browse the repository at this point in the history
  6. feat(virtio-spec): treat 64-bit fields as 32-bit fields

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a996d8e View commit details
    Browse the repository at this point in the history
  7. refactor(virtio-net): migrate header flags to virtio-spec

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ac3e719 View commit details
    Browse the repository at this point in the history
  8. refactor(virtio-net): migrate GSO type to virtio-spec

    Signed-off-by: Martin Kröning <[email protected]>
    mkroening committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3b0380a View commit details
    Browse the repository at this point in the history
  9. refactor(virtio-net): migrate header to virtio-spec

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