oxidecomputer / oxidecomputer/propolis
block: Support non-DMA requests
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 270
- Forks
- 42
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 6
Description
The block device abstraction assumes that all requests are doing DMA to/from guest memory. There may be future devices or situations where that does not hold true. We should consider how to act on non-guest buffers for data transfer.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the block device abstraction and its request/data-transfer path; no specific files or tests are named in the issue. Clarify how non-guest buffers should be represented and handled before choosing an implementation. Done means the behavior is agreed, implemented, and covered by regression tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100