opnsense-src/sys/dev/virtio
Andrew Turner 4386935191 vtgpu: Fix the physical memory size
Use the correct endian switching function when switching to a little
endian 64-bit address. Even on a little-endian machine this will
truncate the address to a 32-bit value.

Sponsored by:	Arm Ltd
2023-09-21 11:50:29 +01:00
..
balloon virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
block virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
console virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
gpu vtgpu: Fix the physical memory size 2023-09-21 11:50:29 +01:00
mmio virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
network virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
pci virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
random virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
scsi virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
virtio.c virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
virtio.h virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
virtio_bus_if.m virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
virtio_config.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
virtio_endian.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
virtio_ids.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
virtio_if.m sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
virtio_ring.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
virtqueue.c virtio: use bool for boolean functions 2023-09-18 22:03:26 +02:00
virtqueue.h virtio: use bool for boolean functions 2023-09-18 22:03:26 +02:00