[PATCH 0/2] news: add a couple items before release

This adds a "new feature" for the VLAN tagging support on Linux host bridges added by Leigh Brown, and an "improvement" (migration between mdev<->SRIOV vGPUs) by me. Feel free to push this for me so it can be included in RC2. *** BLURB HERE *** Laine Stump (2): news: note addition of vlan tagging support for Linux host bridges news: document support for mdev <-> SRIOV VF vGPU live migration NEWS.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) -- 2.47.1

Signed-off-by: Laine Stump <laine@redhat.com> --- NEWS.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 08d1d24d48..2228e445e5 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -16,6 +16,11 @@ v11.0.0 (unreleased) * **Removed features** * **New features** + * network/qemu/lxc: support vlans on standard Linux host bridges + + The network, qemu, and lxc drivers now support (using the + ``<vlan>`` subelement) vlan tagging and trunking on network + interfaces connected to a standard Linux host bridge. * **Improvements** -- 2.47.1

Signed-off-by: Laine Stump <laine@redhat.com> --- NEWS.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 2228e445e5..35eea0a535 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -24,6 +24,14 @@ v11.0.0 (unreleased) * **Improvements** + * qemu: allow migration of vGPU from mdev device <-> SRIOV VF device + + Some GPU vendors are switching from using vGPUs creating using + mdev and identified with a uuid, to vGPUs created as SRIOV VFs and + identified by their PCI address, and want to support live + migration from a host using one type of vGPU to the other + type. This is now possible. + * **Bug fixes** -- 2.47.1

On 1/12/25 03:02, Laine Stump wrote:
This adds a "new feature" for the VLAN tagging support on Linux host bridges added by Leigh Brown, and an "improvement" (migration between mdev<->SRIOV vGPUs) by me.
Feel free to push this for me so it can be included in RC2.
*** BLURB HERE ***
Laine Stump (2): news: note addition of vlan tagging support for Linux host bridges news: document support for mdev <-> SRIOV VF vGPU live migration
NEWS.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal
participants (2)
-
Laine Stump
-
Michal Prívozník