[PATCH v2] NEWS: Mention the passt hostname and fqdn attributes

Han Han via Devel posted 1 patch 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20251205093318.373345-1-hhan@redhat.com
NEWS.rst | 5 +++++
1 file changed, 5 insertions(+)
[PATCH v2] NEWS: Mention the passt hostname and fqdn attributes
Posted by Han Han via Devel 1 week ago
Signed-off-by: Han Han <hhan@redhat.com>
---
V1: https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/NT3XRBVXUGMHNV36Y6YZSDAPQVUGVO6P/

 NEWS.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 01efe82c97..28641ec1a1 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -217,6 +217,11 @@ v11.8.0 (2025-10-01)
     On the XML side, the existing ``<acpi>`` element has been extended with a
     ``nodeset`` attribute to specify the NUMA node affinity of a PCI device.
 
+  * qemu: Add support for hostname and FQDN configration of passt backend
+
+    The attributes ``hostname`` and ``fqdn`` for passt backend configure
+    the guest interface with hostname and FQDN.
+
 * **Improvements**
 
   * ch: Events emitting
-- 
2.52.0
Re: [PATCH v2] NEWS: Mention the passt hostname and fqdn attributes
Posted by Michal Prívozník via Devel 4 days ago
On 12/5/25 10:31, Han Han via Devel wrote:
> Signed-off-by: Han Han <hhan@redhat.com>
> ---
> V1: https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/NT3XRBVXUGMHNV36Y6YZSDAPQVUGVO6P/
> 
>  NEWS.rst | 5 +++++
>  1 file changed, 5 insertions(+)

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal