freebsd-nq/sys/dev/hyperv
Dexuan Cui 6944b2e68b hyperv/pcib: use the device serial number as PCI domain
Currently the PCI domain is initialized with the instance GUID in
vmbus_pcib_attach(). It turns out the GUID can change across VM reboot,
while some users want a persistent value for PCI domain. The solution is
that we can change to use the device serial number, which starts with 1
and is unique within a VM.

Obtained from:	Haiyang Zhang
MFC after:	1 day
Sponsored by:	Microsoft
2017-06-08 12:11:30 +00:00
..
include hyperv: Add method to read 64bit Hyper-V specific time value. 2017-01-09 03:38:41 +00:00
input hyperv/kbd: Channel read expects non-NULL channel argument. 2017-05-05 03:28:30 +00:00
netvsc hyperv/hn: Use channel0, i.e. TX ring0, for TCP SYN/SYN|ACK. 2017-04-24 07:52:27 +00:00
pcib hyperv/pcib: use the device serial number as PCI domain 2017-06-08 12:11:30 +00:00
storvsc hyperv/storvsc: Use ULL for 64bits value shift. 2017-04-14 05:25:21 +00:00
utilities hyperv/kvp: Remove always false condition. 2017-04-14 05:29:27 +00:00
vmbus hyperv/vmbus: Reorganize vmbus device tree 2017-05-10 05:28:14 +00:00