For guests running under some kind of VMMs, configuration structure is
available in memory space but not I/O space.
Reported by: Yuan Rui <number201724@me.com>
MFC after: 2 weeks
Differential D26915
virtio_pci: Allow memory space for configuration khng on Oct 23 2020, 9:31 AM. Authored by Tags None Referenced Files
Details
Diff Detail
Event Timeline
Comment Actions I would really like to change bus_release_resource() to not need the RID and type (they are stored in the resource already), and it would be nice to not have to do the loop, maybe have a magic PCI_RES_BAR type picks the right type for a BAR for you, but those are all future changes. This comment was removed by number201724_me.com. Comment Actions can we get it committed and merge before 13.0 release? This patch will support the FreeBSD operating system running on alibabacloud's VM. And need another patch: D26933 |