OpenAMP / open-amp

The main OpenAMP library implementing RPMSG, Virtio, and Remoteproc for RTOS etc
https://www.openampproject.org/
Other
678 stars 278 forks source link

virtio: add create_virtqueues and delete_virtqueues in virtio_dispatch #495

Closed CV-Bowen closed 12 months ago

CV-Bowen commented 1 year ago

This is the first step to decoupling the virtio deivce and transport layer.

Related issue: https://github.com/OpenAMP/open-amp/issues/390#issuecomment-1602605560

@arnopo Could take a look?

arnopo commented 1 year ago

copy past issue in virtio.h + "deivce" to fix in commit message

you still need to fix the commit message :

./scripts/checkpatch.pl --strict -g HEAD
ec793415d92ab97232bdd32aba5b2c9845c2b5f0:7: WARNING:TYPO_SPELLING: 'deivce' may be misspelled - perhaps 'device'?
#7: 
This is the first step to decoupling the virtio deivce and transport
                                                ^^^^^^

ec793415d92ab97232bdd32aba5b2c9845c2b5f0 total: 0 errors, 1 warnings, 0 checks, 155 lines checked
CV-Bowen commented 1 year ago

@arnopo Done.

arnopo commented 1 year ago

@danmilea Could you have a look to this PR to confirm that it compatible ( or not) with your implementation? I would like to have your feedback before merging it.

arnopo commented 12 months ago

Merged, thanks for the contribution!