[PATCH 0/2] NEWS: Mention loongarch64 guest support

Plus a random fix. Andrea Bolognani (2): NEWS: Fix spacing NEWS: Mention loongarch64 guest support NEWS.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) -- 2.44.0

Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- NEWS.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index ff98a47577..ec2fadaae8 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -16,11 +16,12 @@ v10.2.0 (unreleased) * **Removed features** * **New features** + * ch: Basic save and restore support for ch driver - The ch driver now supports basic save and restore operations. This is functional - on domains without any network, host device config defined. The `path` parameter - for save and restore should be a directory. + The ch driver now supports basic save and restore operations. This is + functional on domains without any network, host device config defined. + The `path` parameter for save and restore should be a directory. * qemu: Support for driver type ``mtp`` in ``<filesystem/>`` devices -- 2.44.0

Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index ec2fadaae8..ef9e312698 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -29,6 +29,13 @@ v10.2.0 (unreleased) guest can access files on this driver through the Media Transfer Protocol (MTP). + * qemu: Added support for the loongarch64 architecture + + It is now possible for libvirt to run loongarch64 guests, including on + other architectures via TCG. For the best results, it is recommended to + use the upcoming QEMU 9.0.0 release together with the development version + of edk2. + * **Improvements** * **Bug fixes** -- 2.44.0

On 3/21/24 15:41, Andrea Bolognani wrote:
Plus a random fix.
Andrea Bolognani (2): NEWS: Fix spacing NEWS: Mention loongarch64 guest support
NEWS.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal
participants (2)
-
Andrea Bolognani
-
Michal Prívozník