You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libkrun: Add API constants and example for vhost-user CAN
Add public API constants for vhost-user CAN devices and
example usage in chroot_vm. The underlying support already
exists via the generic VhostUserDevice wrapper.
Example integration:
- Added --vhost-user-can option to chroot_vm
- Uses 3 queues (TX, RX, control) with 64-entry queue sizes
- Follows same pattern as other vhost-user device integrations
Signed-off-by: Dorinda Bassey <dbassey@redhat.com>
0 commit comments