Re: [PATCH 0/4] Add ivshmem-flat device

2023-12-19 Thread Alex Bennée
Gustavo Romero writes: > This patchset introduces a new device, ivshmem-flat, which is similar to the > current ivshmem device but does not require a PCI bus. It implements the > ivshmem > status and control registers as MMRs and the shared memory as a directly > accessible memory region in the

[PATCH 0/4] Add ivshmem-flat device

2023-11-26 Thread Gustavo Romero
This patchset introduces a new device, ivshmem-flat, which is similar to the current ivshmem device but does not require a PCI bus. It implements the ivshmem status and control registers as MMRs and the shared memory as a directly accessible memory region in the VM memory layout. It's meant to be u