Page MenuHomeFreeBSD

virtio_blk: Add modern (V1) support
ClosedPublic

Authored by bryanv on Jan 2 2021, 8:41 PM.
Tags
None
Referenced Files
F164856761: D27902.id81525.diff
Tue, Aug 4, 8:27 AM
F164793850: D27902.id82529.diff
Tue, Aug 4, 2:14 AM
Unknown Object (File)
Mon, Aug 3, 3:46 AM
Unknown Object (File)
Tue, Jul 21, 11:31 AM
Unknown Object (File)
Sun, Jul 19, 9:30 PM
Unknown Object (File)
Sun, Jul 19, 6:16 PM
Unknown Object (File)
Jul 4 2026, 12:07 PM
Unknown Object (File)
Jul 2 2026, 1:53 PM
Subscribers

Details

Summary

Rework the header file changes from 2cc8a52 to use our
canonical upstream, Linux.

Diff Detail

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

Event Timeline

bryanv held this revision as a draft.
bryanv published this revision for review.Jan 2 2021, 8:51 PM
bryanv added a reviewer: grehan.
sys/dev/virtio/block/virtio_blk.c
580

Was the deleted code block a no-op ? (guessing there won't be DELETE bio's if the DISKFLAG_CANDELETE wasn't set)

bryanv added inline comments.
sys/dev/virtio/block/virtio_blk.c
580

Yes. geom_disk already checks for DISKFLAG_CANDELETE before send down the BIO

This revision was not accepted when it landed; it landed in state Needs Review.Jan 19 2021, 5:11 AM
This revision was automatically updated to reflect the committed changes.
bryanv marked an inline comment as done.