[PATCH] news: Mention esx support for new interface types

Martin Kletzander posted 1 patch 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/9e6072910988ed5802c58d5c86dc7134fb054213.1660819481.git.mkletzan@redhat.com
NEWS.rst | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] news: Mention esx support for new interface types
Posted by Martin Kletzander 1 year, 8 months ago
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
---
 NEWS.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 548828c60d72..468b41c1fd9a 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -24,6 +24,11 @@ v8.7.0 (unreleased)
 
 * **Improvements**
 
+  * esx: Domain XMLs can now be dumped for VMs with two new interface types
+
+    One is when the interface is not connected anywhere `type='dummy'` and one
+    when it is connected to VMWare Distributed Switch `type='vds'`.
+
 * **Bug fixes**
 
 
-- 
2.37.2
Re: [PATCH] news: Mention esx support for new interface types
Posted by Erik Skultety 1 year, 8 months ago
On Thu, Aug 18, 2022 at 12:44:41PM +0200, Martin Kletzander wrote:
> Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
> ---
Reviewed-by: Erik Skultety <eskultet@redhat.com>