Skip to content

virtio implementation in RVVM #63

Closed
@ZLangJIT

Description

@ZLangJIT

hi

i am currently attempting to port semu virtio into rvvm which currently lacks support for virtio

such that i can then begin replicating the same setup in rvvm with help from the RVVM maintainer as per the best way to go about such

for example

Please see the RVVM API and only then try to adapt anything.

Devices should not touch CPU specifics directly, like load/store instruction opcodes, registers. Devices should not trap the CPU manually either, it is done by the MMU subsystem.

If semu project did it that way it's silly and should not be replicated here.

Originally posted by @LekKit in LekKit/RVVM#149 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions