From: Jim Fehlig Date: Fri, 14 Apr 2023 17:07:35 +0000 (-0600) Subject: NEWS: Mention change of default machine type for ARM and RISC-V X-Git-Tag: v9.3.0-rc1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b486430db34d0db1dcbf39b0d9840d03cd57f615;p=thirdparty%2Flibvirt.git NEWS: Mention change of default machine type for ARM and RISC-V Signed-off-by: Jim Fehlig Reviewed-by: Andrea Bolognani --- diff --git a/NEWS.rst b/NEWS.rst index 6bc5a59c0d..2a844ce40c 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -19,6 +19,12 @@ v9.3.0 (unreleased) * **Improvements** + * qemu: Change default machine type for ARM and RISC-V + + ARM and RISC-V architectures now use the ``virt`` machine type by default. + The previous defaults were nearly unusable and had to be overridden in most + cases. + * **Bug fixes**