NetBSD/sys/dev/virtio
jmcneill ac87b8e9ad MMIO configuration space is in guest byte order. AArch64 BE is special,
as the guest starts in LE and we switch to BE after the kernel starts.
For this case, we need to byte swap all config space accesses.
2020-10-03 13:51:34 +00:00
..
files.virtio revert previous, unintended, commit 2018-07-12 13:05:39 +00:00
virtio_mmio.c MMIO configuration space is in guest byte order. AArch64 BE is special, 2020-10-03 13:51:34 +00:00
virtio_mmiovar.h Do the previous in the way it probably should have been in the first place. 2018-07-16 02:36:39 +00:00