[PATCH v2 2/2] Add NEWS item for <hyperv/> flags with Xen

Will posted 2 patches 8 months, 4 weeks ago
[PATCH v2 2/2] Add NEWS item for <hyperv/> flags with Xen
Posted by Will 8 months, 4 weeks ago
Signed-off-by: Will <tcosprojects@gmail.com>
---
 NEWS.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 1fc80e2496..075fbd2d6c 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -67,6 +67,11 @@ v11.2.0 (unreleased)
     restore. Using multiple channels can reduce the time required to save
     and restore domains.
 
+  * libxl_conf: Support configuration of ``<hyperv/>`` flags for Xen domains.
+
+    The following flags are now configurable for Xen: ``vapic``, ``synic``,
+    ``stimer``, ``frequencies``, ``tlbflush`` and ``ipi``.
+
 * **Improvements**
 
   * qemu: Improved guest agent corner case error reporting
-- 
2.49.0
Re: [PATCH v2 2/2] Add NEWS item for <hyperv/> flags with Xen
Posted by Jim Fehlig via Devel 8 months, 2 weeks ago
On 3/25/25 00:24, Will wrote:
> Signed-off-by: Will <tcosprojects@gmail.com>
> ---
>   NEWS.rst | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/NEWS.rst b/NEWS.rst
> index 1fc80e2496..075fbd2d6c 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -67,6 +67,11 @@ v11.2.0 (unreleased)
>       restore. Using multiple channels can reduce the time required to save
>       and restore domains.
>   
> +  * libxl_conf: Support configuration of ``<hyperv/>`` flags for Xen domains.

Following the pattern of recent NEWS entries for Xen, s/libxl_conf/xen/.

I've made this change, fixed the nits mentioned in 1/2, and pushed the series. 
Thanks a lot for the contribution!

Now I'd like to ask you to consider a followup patch adding support for
xml<->xl.cfg conversion in src/libxl/xen_xl.c :-).

Regards,
Jim