Re: [PATCH] vhost-vdpa: fix indentation in vdpa_ops

2020-09-23 Thread Laurent Vivier
Le 16/09/2020 à 17:48, Laurent Vivier a écrit : > Le 16/09/2020 à 17:26, Stefano Garzarella a écrit : >> This patch fixes wrong indentation of some vdpa_ops fields introduced >> with the initial commit 108a64818e ("vhost-vdpa: introduce vhost-vdpa >> backend") >> >> Signed-off-by: Stefano Garzarell

Re: [PATCH] vhost-vdpa: fix indentation in vdpa_ops

2020-09-16 Thread Laurent Vivier
Le 16/09/2020 à 17:26, Stefano Garzarella a écrit : > This patch fixes wrong indentation of some vdpa_ops fields introduced > with the initial commit 108a64818e ("vhost-vdpa: introduce vhost-vdpa > backend") > > Signed-off-by: Stefano Garzarella > --- > hw/virtio/vhost-vdpa.c | 4 ++-- > 1 file

Re: [PATCH] vhost-vdpa: fix indentation in vdpa_ops

2020-09-16 Thread Li Qiang
Stefano Garzarella 于2020年9月16日周三 下午11:27写道: > > This patch fixes wrong indentation of some vdpa_ops fields introduced > with the initial commit 108a64818e ("vhost-vdpa: introduce vhost-vdpa > backend") > > Signed-off-by: Stefano Garzarella Reviewed-by: Li Qiang > --- > hw/virtio/vhost-vdpa.c

[PATCH] vhost-vdpa: fix indentation in vdpa_ops

2020-09-16 Thread Stefano Garzarella
This patch fixes wrong indentation of some vdpa_ops fields introduced with the initial commit 108a64818e ("vhost-vdpa: introduce vhost-vdpa backend") Signed-off-by: Stefano Garzarella --- hw/virtio/vhost-vdpa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/virtio/vho