Re: [PATCH v2] vhost-vdpa: Remove redundant declaration of address_space_memory

2021-06-05 Thread Laurent Vivier
Le 17/05/2021 à 14:32, Xie Yongji a écrit : > The symbol address_space_memory are already declared in > include/exec/address-spaces.h. So let's add this header file > and remove the redundant declaration in include/hw/virtio/vhost-vdpa.h. > > Signed-off-by: Xie Yongji > Reviewed-by: Philippe

Re: [PATCH v2] vhost-vdpa: Remove redundant declaration of address_space_memory

2021-06-03 Thread Philippe Mathieu-Daudé
Hi Michael, Could you queue this patch via your 'vhost' tree? On 5/17/21 3:11 PM, Philippe Mathieu-Daudé wrote: > Cc'ing qemu-trivial@ > > On 5/17/21 2:32 PM, Xie Yongji wrote: >> The symbol address_space_memory are already declared in >> include/exec/address-spaces.h. So let's add this header

Re: [PATCH v2] vhost-vdpa: Remove redundant declaration of address_space_memory

2021-05-17 Thread Stefano Garzarella
On Mon, May 17, 2021 at 08:32:46PM +0800, Xie Yongji wrote: The symbol address_space_memory are already declared in include/exec/address-spaces.h. So let's add this header file and remove the redundant declaration in include/hw/virtio/vhost-vdpa.h. Signed-off-by: Xie Yongji Reviewed-by:

Re: [PATCH v2] vhost-vdpa: Remove redundant declaration of address_space_memory

2021-05-17 Thread Philippe Mathieu-Daudé
Cc'ing qemu-trivial@ On 5/17/21 2:32 PM, Xie Yongji wrote: > The symbol address_space_memory are already declared in > include/exec/address-spaces.h. So let's add this header file > and remove the redundant declaration in include/hw/virtio/vhost-vdpa.h. > > Signed-off-by: Xie Yongji >

[PATCH v2] vhost-vdpa: Remove redundant declaration of address_space_memory

2021-05-17 Thread Xie Yongji
The symbol address_space_memory are already declared in include/exec/address-spaces.h. So let's add this header file and remove the redundant declaration in include/hw/virtio/vhost-vdpa.h. Signed-off-by: Xie Yongji Reviewed-by: Philippe Mathieu-Daudé --- hw/virtio/vhost-vdpa.c | 1 +