Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/virtio



Module Name:    src
Committed By:   thorpej
Date:           Tue Jan  2 07:24:50 UTC 2024

Modified Files:
        src/sys/dev/virtio: virtio_mmio.c virtio_mmiovar.h

Log Message:
- The VirtIO 1.0 spec says that the MMIO interface uses little-endian
  registers.  For some VMs, at least, this appears to be independent of
  the config/struct byte-order.  Detect this and handle it.
- Add support for the "v2" MMIO personality.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/virtio/virtio_mmio.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/virtio/virtio_mmiovar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index