bao-hypervisor icon indicating copy to clipboard operation
bao-hypervisor copied to clipboard

feat(core/remote_io): add Remote I/O infrastructure

Open joaopeixoto13 opened this issue 1 year ago • 1 comments

This pull request introduces the Remote I/O infrastructure capable of providing VirtIO functionalities.

joaopeixoto13 avatar Feb 05 '24 17:02 joaopeixoto13

@joaopeixoto13 I'd suggest breaking this into two PRs. The first with the shmem/ipc refactoring and the second with the remote io feature.

Also, please keep your history cleaner. Don't introduce commits that are refactored by later commits, specifically the change of virtio to remote io. Introduce them in their final version the first time.

josecm avatar Feb 09 '24 13:02 josecm