Re: [PATCH v2] xen: recognize device_model_override

2020-12-07 Thread Jim Fehlig
On 12/7/20 12:16 PM, Olaf Hering wrote: Am Mon, 7 Dec 2020 12:13:46 -0700 schrieb Jim Fehlig : Is my interpretation correct? It is optional. In case device_model_version= is not specified, libxl assumes qemu-xen. Nod. Thanks for your patience :-). Reviewed-by: Jim Fehlig and pushed. Ji

Re: [PATCH v2] xen: recognize device_model_override

2020-12-07 Thread Jim Fehlig
On 11/20/20 5:29 AM, Olaf Hering wrote: Since Xen 4.2 libxl expects device_model_override="/path" instead of device_model="/path". Adjust the code to parse this as . If I understand the documentation correctly, we also need to provide device_model_version when specifying the override. From the

Re: [PATCH v2] xen: recognize device_model_override

2020-12-07 Thread Olaf Hering
Am Mon, 7 Dec 2020 12:13:46 -0700 schrieb Jim Fehlig : > Is my interpretation correct? It is optional. In case device_model_version= is not specified, libxl assumes qemu-xen. Olaf pgpv_D3qEea7U.pgp Description: Digitale Signatur von OpenPGP

[PATCH v2] xen: recognize device_model_override

2020-11-20 Thread Olaf Hering
Since Xen 4.2 libxl expects device_model_override="/path" instead of device_model="/path". Adjust the code to parse this as . While libxl also recognizes device_model_version="", this knob is not required for libvirt. A runtime detection exists in libvirt to select either "qemu-xen" or "qemu-xen-t