Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
| usr.sbin/bhyve/riscv/bhyverun_machdep.c | ||
|---|---|---|
| 188 | Extra newline here. | |
| usr.sbin/bhyve/bhyverun.c | ||
|---|---|---|
| 250 | I think you can actually get rid of msg as a separate argument and instead just use new. I would also split this into two commits: one to add bhyve_cfg_warn() and to use it in place of the existing checks, and a second to just do virtio.msix. | |