Re: [PATCH V3 2/2] libxl: fix matching of generic virtio device

2023-05-03 Thread Jan Beulich
On 03.05.2023 14:04, Julien Grall wrote: > On 03/05/2023 12:42, Jan Beulich wrote: >> On 06.04.2023 10:58, Viresh Kumar wrote: >>> The strings won't be an exact match, as we are only looking to match the >>> prefix here, i.e. "virtio,device". This is already done properly in >>> libxl_virtio.c file

Re: [PATCH V3 2/2] libxl: fix matching of generic virtio device

2023-05-03 Thread Julien Grall
Hi Jan, On 03/05/2023 12:42, Jan Beulich wrote: On 06.04.2023 10:58, Viresh Kumar wrote: The strings won't be an exact match, as we are only looking to match the prefix here, i.e. "virtio,device". This is already done properly in libxl_virtio.c file, lets do the same here too. Fixes: 43ba5202e

Re: [PATCH V3 2/2] libxl: fix matching of generic virtio device

2023-05-03 Thread Jan Beulich
On 06.04.2023 10:58, Viresh Kumar wrote: > The strings won't be an exact match, as we are only looking to match the > prefix here, i.e. "virtio,device". This is already done properly in > libxl_virtio.c file, lets do the same here too. > > Fixes: 43ba5202e2ee ("libxl: add support for generic virti

Re: [PATCH V3 2/2] libxl: fix matching of generic virtio device

2023-04-28 Thread Anthony PERARD
On Thu, Apr 06, 2023 at 02:28:18PM +0530, Viresh Kumar wrote: > The strings won't be an exact match, as we are only looking to match the > prefix here, i.e. "virtio,device". This is already done properly in > libxl_virtio.c file, lets do the same here too. > > Fixes: 43ba5202e2ee ("libxl: add supp

[PATCH V3 2/2] libxl: fix matching of generic virtio device

2023-04-06 Thread Viresh Kumar
The strings won't be an exact match, as we are only looking to match the prefix here, i.e. "virtio,device". This is already done properly in libxl_virtio.c file, lets do the same here too. Fixes: 43ba5202e2ee ("libxl: add support for generic virtio device") Signed-off-by: Viresh Kumar Reviewed-by