Re: [PATCH] libxl: allow to run non-HVM guest without any device model being available

2025-07-24 Thread Anthony PERARD
On Fri, Jul 11, 2025 at 11:19:44AM +0200, Juergen Gross wrote: > When removing qemu-trad support, libxl__domain_build_info_setdefault() > was modified to only allow qemu-xen as a device model. This change > resulted in an error at domain creation when qemu-xen isn't there. > > As this is a perfect

[PATCH] libxl: allow to run non-HVM guest without any device model being available

2025-07-11 Thread Juergen Gross
When removing qemu-trad support, libxl__domain_build_info_setdefault() was modified to only allow qemu-xen as a device model. This change resulted in an error at domain creation when qemu-xen isn't there. As this is a perfectly fine situation for PV and PVH guests without any qemu based backends,