]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: nvme controller obey async event setting when reporting critical temperature
authorWanpeng Qian <wanpengqian@gmail.com>
Mon, 14 Nov 2022 13:08:52 +0000 (14:08 +0100)
committerCorvin Köhne <corvink@FreeBSD.org>
Tue, 15 Nov 2022 06:48:26 +0000 (07:48 +0100)
commit10846c53c4569bdf6d6e2b88739a56a8273bce7f
tree48f11bce786be28b3d5b10ab6d3640e1b4c1d94e
parent05a21658eb15463af9427fc1f7825b2aa244b9d5
bhyve: nvme controller obey async event setting when reporting critical temperature

Async event report is controlled by async event configuration feature
setting. When reporting a critical temperature warning, check the async
event configuration.

Approved by: manu (mentor)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D37355
usr.sbin/bhyve/pci_nvme.c