Re: [PATCH v7 0/2] s390: virtio: let arch validate VIRTIO features
From: Jason Wang <jasowang@redhat.com>
Date: 2020-07-15 08:36:26
Also in:
kvm, linux-s390, lkml
From: Jason Wang <jasowang@redhat.com>
Date: 2020-07-15 08:36:26
Also in:
kvm, linux-s390, lkml
On 2020/7/15 下午4:31, Pierre Morel wrote:
Hi all,
The goal of the series is to give a chance to the architecture
to validate VIRTIO device features.
in this respin:
1) I kept removed the ack from Jason as I reworked the patch
@Jason, the nature and goal of the patch did not really changed
please can I get back your acked-by with these changes?Yes. Acked-by: Jason Wang <jasowang@redhat.com> Thanks
2) Rewording for warning messages Regards, Pierre Pierre Morel (2): virtio: let arch validate VIRTIO features s390: virtio: PV needs VIRTIO I/O device protection arch/s390/mm/init.c | 28 ++++++++++++++++++++++++++++ drivers/virtio/virtio.c | 19 +++++++++++++++++++ include/linux/virtio_config.h | 1 + 3 files changed, 48 insertions(+)