Re: [PATCH] libxl_conf: Implement hyperv domain flags for Xen

2025-03-13 Thread Jim Fehlig via Devel
Hi Will, Thanks for the patch! Looks good. I only have some minor comments. On 3/4/25 02:11, Will wrote: Adds support for configuring flags for domains running under Xen. The following flags, making use of QEMU's existing flags, are now configurable for Xen: vapic, synic, stimer, frequencies,

[PATCH] libxl_conf: Implement hyperv domain flags for Xen

2025-03-04 Thread Will
Adds support for configuring flags for domains running under Xen. The following flags, making use of QEMU's existing flags, are now configurable for Xen: vapic, synic, stimer, frequencies, tlbflush and ipi Tests have been added validating translation to libxl's viridian flags Updated docs secti