[PATCH v2 1/2] libxl_conf: Implement hyperv domain flags for Xen

2025-03-27 Thread Will
dated docs section on flags to note support and to specify which flags work with Xen Signed-off-by: Will --- docs/formatdomain.rst | 24 +-- src/libxl/libxl_conf.c| 101 .../viridian-hvm-full.json| 101 ..

[PATCH v2 0/2] libxl_conf: Implement hyperv domain flags for Xen

2025-03-27 Thread Will
mment style in src/libxl/libxl_conf.c * Rebased onto latest master. * Removed the 'viridian-hvm-none' test." Best Regards, Will Will (2): libxl_conf: Implement hyperv domain flags for Xen Add NEWS item for flags with Xen NEWS.rst | 5 + d

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

2025-03-27 Thread Will
Signed-off-by: Will --- 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

[PATCH] libxl_conf: Implement hyperv domain flags for Xen

2025-03-04 Thread Will
dated docs section on flags to note support and to specify which flags work with Xen Signed-off-by: Will --- NEWS.rst | 5 + docs/formatdomain.rst | 20 +-- src/libxl/libxl_conf.c| 90 ++ .../viridian-hvm