The source project of this merge request has been removed.
virtio-core: move things around so aarch64 builds
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.