[PATCH] vhost-vdpa: fix the compile issue without kvm

2020-07-08 Thread Cindy Lu
Fix the compile issue in the system without the kvm support Signed-off-by: Cindy Lu --- hw/virtio/vhost-vdpa.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/virtio/vhost-vdpa.c b/hw/virtio/vhost-vdpa.c index a3d17fe0f9..65d5aaf08a 100644 --- a/hw/virtio/vhost-vdpa.c ++

Re: [PATCH] vhost-vdpa: fix the compile issue without kvm

2020-07-08 Thread Jason Wang
On 2020/7/8 下午3:12, Cindy Lu wrote: Fix the compile issue in the system without the kvm support Signed-off-by: Cindy Lu --- hw/virtio/vhost-vdpa.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/virtio/vhost-vdpa.c b/hw/virtio/vhost-vdpa.c index a3d17fe0f9..65d5aaf

[PATCH] vhost-vdpa: fix the compile issue without kvm

2020-07-08 Thread Cindy Lu
Fix the compile issue in the system without the kvm support Signed-off-by: Cindy Lu --- hw/virtio/vhost-vdpa.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/virtio/vhost-vdpa.c b/hw/virtio/vhost-vdpa.c index a3d17fe0f9..65d5aaf08a 100644 --- a/hw/virtio/vhost-vdpa.c ++

Re: [PATCH] vhost-vdpa: fix the compile issue without kvm

2020-07-08 Thread Michael S. Tsirkin
On Wed, Jul 08, 2020 at 04:49:22PM +0800, Cindy Lu wrote: > Fix the compile issue in the system without the kvm support > > Signed-off-by: Cindy Lu Applied, thanks! Peter if we need this fixed quickly, I pushed out for_upstream just with this one fix. Thanks! > --- > hw/virtio/vhost-vdpa.c |