Re: [PATCH v2 1/2] libxl: add validation if sound device is supported

2022-12-21 Thread Michal Prívozník
On 12/20/22 23:52, Marek Marczykowski-Górecki wrote: > Xen supports only subset of libvirt's sound devices, and starting with > Xen 4.17 it is enforced by libxl. Verify it early. > > Signed-off-by: Marek Marczykowski-Górecki > --- > src/libxl/libxl_domain.c | 21 + > 1 file

[PATCH v2 1/2] libxl: add validation if sound device is supported

2022-12-20 Thread Marek Marczykowski-Górecki
Xen supports only subset of libvirt's sound devices, and starting with Xen 4.17 it is enforced by libxl. Verify it early. Signed-off-by: Marek Marczykowski-Górecki --- src/libxl/libxl_domain.c | 21 + 1 file changed, 21 insertions(+) diff --git a/src/libxl/libxl_domain.c