Re: [PATCH v2 05/20] virtio: Implement get_shm_region for MMIO transport

2020-08-10 Thread Michael S. Tsirkin
On Fri, Aug 07, 2020 at 03:55:11PM -0400, Vivek Goyal wrote: > From: Sebastien Boeuf > > On MMIO a new set of registers is defined for finding SHM > regions. Add their definitions and use them to find the region. > > Signed-off-by: Sebastien Boeuf > Cc: k...@vger.kernel.org > Cc: "Michael S.

[PATCH v2 05/20] virtio: Implement get_shm_region for MMIO transport

2020-08-07 Thread Vivek Goyal
From: Sebastien Boeuf On MMIO a new set of registers is defined for finding SHM regions. Add their definitions and use them to find the region. Signed-off-by: Sebastien Boeuf Cc: k...@vger.kernel.org Cc: "Michael S. Tsirkin" --- drivers/virtio/virtio_mmio.c | 32