Re: [RFC PATCH 0/5] virtio: obtain SHM page size from device

2025-02-14 Thread Sergio Lopez Pascual
"Michael S. Tsirkin" writes: > On Thu, Feb 13, 2025 at 04:49:14PM +0100, Sergio Lopez wrote: >> There's an incresing number of machines supporting multiple page sizes >> and, on these machines, the host and a guest can be running with >> different pages sizes. >> >> In addition to this, there mig

Re: [RFC PATCH 0/5] virtio: obtain SHM page size from device

2025-02-13 Thread Michael S. Tsirkin
On Thu, Feb 13, 2025 at 04:49:14PM +0100, Sergio Lopez wrote: > There's an incresing number of machines supporting multiple page sizes > and, on these machines, the host and a guest can be running with > different pages sizes. > > In addition to this, there might be devices that have a required an

[RFC PATCH 0/5] virtio: obtain SHM page size from device

2025-02-13 Thread Sergio Lopez
There's an incresing number of machines supporting multiple page sizes and, on these machines, the host and a guest can be running with different pages sizes. In addition to this, there might be devices that have a required and/or preferred page size for mapping memory. In this series, we extend