opnsense-src/sys/dev/virtio
Mitchell Horne e06f07bc3f kerneldump: remove physical argument from d_dumper
The physical address argument is essentially ignored by every dumper
method. In addition, the dump routines don't actually pass a real
address; every call to dump_append() passes a value of zero for
physical.

Reviewed by:	markj
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D35173

(cherry picked from commit 489ba22236)
2022-06-27 16:32:06 -03:00
..
balloon Convert vm_page_alloc() callers to use vm_page_alloc_noobj(). 2021-11-03 13:39:36 -04:00
block kerneldump: remove physical argument from d_dumper 2022-06-27 16:32:06 -03:00
console virtio: Reduce boilerplate for device driver module definitions 2021-01-21 01:07:23 +00:00
mmio Add missing const after 6c4f95161d 2022-05-07 13:09:43 +01:00
network if_vtnet(4): Restore the ability to set promisc mode. 2022-02-23 14:08:24 +03:00
pci virtio: make the write_config buffer argument const 2022-05-07 13:09:09 +01:00
random virtio_random(8): MFC: avoid deadlock at shutdown time (regression fix) 2022-03-19 11:20:58 +07:00
scsi virtio: Reduce boilerplate for device driver module definitions 2021-01-21 01:07:23 +00:00
virtio.c virtio: make the write_config buffer argument const 2022-05-07 13:09:09 +01:00
virtio.h virtio: make the write_config buffer argument const 2022-05-07 13:09:09 +01:00
virtio_bus_if.m virtio: make the write_config buffer argument const 2022-05-07 13:09:09 +01:00
virtio_config.h Update VirtIO definitions from Linux virtio_config.h and virtio_ring.h headers 2018-06-17 20:45:48 +00:00
virtio_endian.h bhyve: virtio shares definitions between sys/dev/virtio 2021-08-12 14:44:52 +08:00
virtio_ids.h Sync VirtIO IDs with Linux 2018-01-14 06:03:40 +00:00
virtio_if.m Add optional VirtIO device method for post-attach notifications 2013-09-01 04:20:23 +00:00
virtio_ring.h Update VirtIO definitions from Linux virtio_config.h and virtio_ring.h headers 2018-06-17 20:45:48 +00:00
virtqueue.c virtio: Add modern (v1) virtqueue support 2021-01-19 04:55:23 +00:00
virtqueue.h virtio: Add modern (v1) virtqueue support 2021-01-19 04:55:23 +00:00