opnsense-src/sys/dev/hyperv
John Baldwin 95303c0646 hyperv storvsc: Don't abuse struct sglist to hold virtual addresses.
struct sglist is intended for holding S/G lists of physical address
ranges, not virtual address ranges.  GCC 9.x issues several warnings
due to casts between pointers and integers of different sizes as a
result (vm_paddr_t is 64-bits on i386).  Instead, add a local 'struct
hv_sglist' which uses an array of 'struct iovec' to hold the S/G list
of virtual address ranges.

Differential Revision:	https://reviews.freebsd.org/D31933

(cherry picked from commit 53e938e408)
2022-05-10 17:03:58 -07:00
..
hvsock socket: Rename sb(un)lock() and interlock with listen(2) 2021-10-07 09:56:47 -04:00
include HyperV socket implementation for FreeBSD 2020-05-20 11:03:59 +00:00
input Revert r355806: kbd drivers: don't double register keyboard drivers 2019-12-26 17:09:36 +00:00
netvsc Hyper-V: hn: Enter network epoch when required 2021-12-10 11:50:01 +01:00
pcib Hyper-V: vPCI: Prepopulate device bars 2021-11-30 07:43:32 +00:00
storvsc hyperv storvsc: Don't abuse struct sglist to hold virtual addresses. 2022-05-10 17:03:58 -07:00
utilities sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
vmbus hyperv: Register the MSR-based timecounter during SI_SUB_HYPERVISOR 2021-11-22 08:45:34 -05:00