Skip to content

virtio-core: move things around so aarch64 builds

Enver Balalic requested to merge (removed):master into master

aarch64 doesn't support port I/O, add a subfolder arch/ and move port I/O code into x86_64/x86 files so that we don't have to import syscall::{Pio} in probe.rs since Pio doesn't exist for aarch64.

Merge request reports