Re: [PATCH v3 0/3] virtio: support requiring restricted access per device

2022-07-05 Thread Juergen Gross via Virtualization
On 22.06.22 08:38, Juergen Gross wrote: Instead of an all or nothing approach add support for requiring restricted memory access per device. Changes in V3: - new patches 1 + 2 - basically complete rework of patch 3 Juergen Gross (3): virtio: replace restricted mem access flag with callback

Re: [PATCH v3 0/3] virtio: support requiring restricted access per device

2022-06-28 Thread Stefano Stabellini
On Wed, 22 Jun 2022, Juergen Gross wrote: > Instead of an all or nothing approach add support for requiring > restricted memory access per device. > > Changes in V3: > - new patches 1 + 2 > - basically complete rework of patch 3 > > Juergen Gross (3): > virtio: replace restricted mem access fla

[PATCH v3 0/3] virtio: support requiring restricted access per device

2022-06-21 Thread Juergen Gross via Virtualization
Instead of an all or nothing approach add support for requiring restricted memory access per device. Changes in V3: - new patches 1 + 2 - basically complete rework of patch 3 Juergen Gross (3): virtio: replace restricted mem access flag with callback kernel: remove platform_has() infrastructu