Re: [PATCH v3 6/8] virtio/s390: add indirection to indicators access
From: Halil Pasic <pasic@linux.ibm.com>
Date: 2019-06-03 17:55:36
Also in:
kvm, linux-s390
From: Halil Pasic <pasic@linux.ibm.com>
Date: 2019-06-03 17:55:36
Also in:
kvm, linux-s390
On Mon, 3 Jun 2019 17:55:54 +0200 Cornelia Huck [off-list ref] wrote:
On Wed, 29 May 2019 14:26:55 +0200 Michael Mueller [off-list ref] wrote:quoted
From: Halil Pasic <pasic@linux.ibm.com> This will come in handy soon when we pull out the indicators from virtio_ccw_device to a memory area that is shared with the hypervisor (in particular for protected virtualization guests). Signed-off-by: Halil Pasic <pasic@linux.ibm.com> Reviewed-by: Pierre Morel <redacted> Signed-off-by: Michael Mueller <redacted> --- drivers/s390/virtio/virtio_ccw.c | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-)Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Thanks!