Skip to content

Move Xen binding / ioctl definitions to xen-sys crate #347

@roypat

Description

@roypat

Currently in mmap/xen.rs we have Xen bindings, which shouldn't live in vm-memory. They should be moved to xen-sys. I think originally this was not done because it wasnt clear how to do Xen tests in CI for xen-sys, but having the bindings in vm-memory instead does not solve that problem at all (because we also dont have Xen CI here), so let's just move them.

These things are not publicly exported, so this should not be a breaking change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions