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: follow virtio 1.2 spec, add more virtio status and device id #493

Closed CV-Bowen closed 1 year ago

CV-Bowen commented 1 year ago

Summay

Follow virtio v1.2 spec, add more virtio status and device id. I change the device id from hexadecimal to decimal, because the virtio v1.2 spec use decimal.

Make commit 1 in https://github.com/OpenAMP/open-amp/pull/489 be an independent PR.

Impact

Should be none.

arnopo commented 1 year ago

@CV-Bowen Please fix your commit message. s/From: wangbowen6 wangbowen6@xiaomi.com/From: Bowen Wang wangbowen6@xiaomi.com/

Have a description of your update

CV-Bowen commented 1 year ago

@arnopo Done