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

remoteproc_virtio: fix vrings_info structure init #554

Closed arnopo closed 4 months ago

arnopo commented 4 months ago

Only the first index of the vring_info is set to 0. Apply the memset to the whole memory allocated.