Re: [PATCH V2 1/2] libxl: virtio: Remove unused frontend nodes

2023-05-12 Thread Anthony PERARD
On Thu, May 11, 2023 at 01:20:42PM +0530, Viresh Kumar wrote: > The libxl_virtio file works for only PV devices and the nodes under the Well, VirtIO devices are a kind of PV devices, yes, like there's Xen PV devices. So this explanation doesn't really make much sense. > frontend path are not used

[PATCH V2 1/2] libxl: virtio: Remove unused frontend nodes

2023-05-11 Thread Viresh Kumar
The libxl_virtio file works for only PV devices and the nodes under the frontend path are not used by anyone. Remove them. While at it, also add a comment to the file describing what devices this file is used for. Signed-off-by: Viresh Kumar --- V2: New patch. tools/libs/light/libxl_virtio.c |