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

2024-04-25 Thread Markus Armbruster
Bill Mills writes: > Hi Markus, > > On 4/23/24 6:39 AM, Markus Armbruster wrote: >> Gustavo Romero writes: >> >>> Hi Markus, >>> >>> Thanks for interesting in the ivshmem-flat device. >>> >>> Bill Mills (cc:ed) is the best person to answer your question, >>> so please find his answer below. >>>

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

2024-04-23 Thread Bill Mills
Hi Markus, On 4/23/24 6:39 AM, Markus Armbruster wrote: Gustavo Romero writes: Hi Markus, Thanks for interesting in the ivshmem-flat device. Bill Mills (cc:ed) is the best person to answer your question, so please find his answer below. On 2/28/24 3:29 AM, Markus Armbruster wrote: Gustavo

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

2024-04-23 Thread Markus Armbruster
Gustavo Romero writes: > Hi Markus, > > Thanks for interesting in the ivshmem-flat device. > > Bill Mills (cc:ed) is the best person to answer your question, > so please find his answer below. > > On 2/28/24 3:29 AM, Markus Armbruster wrote: >> Gustavo Romero writes: >> >> [...] >> >>> This pa

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

2024-04-22 Thread Gustavo Romero
Hi Markus, Thanks for interesting in the ivshmem-flat device. Bill Mills (cc:ed) is the best person to answer your question, so please find his answer below. On 2/28/24 3:29 AM, Markus Armbruster wrote: Gustavo Romero writes: [...] This patchset introduces a new device, ivshmem-flat, which

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

2024-02-27 Thread Markus Armbruster
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

[PATCH 0/6] Add ivshmem-flat device

2024-02-22 Thread Gustavo Romero
Since v1: - Correct code style - Correct trace event format strings - Include minimum headers in ivshmem-flat.h - Allow ivshmem_flat_recv_msg() take NULL - Factored ivshmem_flat_connect_server() out - Split sysbus-auto-wire controversial code in different patch - Document QDev interface Since v2: