Page MenuHomeFreeBSD

Bhyve AMD IOMMU: log the last timeout command.
ClosedPublic

Authored by anish on Nov 27 2019, 4:12 AM.
Tags
None
Referenced Files
F158722647: D22566.diff
Fri, Jun 5, 1:56 AM
Unknown Object (File)
Tue, Jun 2, 9:35 PM
Unknown Object (File)
Tue, Jun 2, 2:38 AM
Unknown Object (File)
Mon, May 18, 3:31 PM
Unknown Object (File)
Fri, May 15, 10:03 AM
Unknown Object (File)
Tue, May 12, 10:13 AM
Unknown Object (File)
Sun, May 10, 9:25 AM
Unknown Object (File)
Fri, May 8, 7:33 PM

Details

Summary

amdvi_dump_cmds() logs the command for which the command
completion failed. Completion is checked in poll mode although
it can be done using interrupts.

No need to log all the commands in command ring but only the last
one for which completion failed.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 27796
Build 25981: arc lint + arc unit

Event Timeline

This comment was removed by anish.
markj added a subscriber: markj.
markj added inline comments.
sys/amd64/vmm/amd/amdvi_hw.c
324

The parens around AMDVI_CMP_WAIT_STORE are redundant.

This revision is now accepted and ready to land.Nov 27 2019, 4:39 PM