Re: [PATCH 3/3] NEWS: Mention change of default machine type for aarch64 and riscv64

2023-04-17 Thread Andrea Bolognani
On Fri, Apr 14, 2023 at 03:14:49PM -0600, Jim Fehlig wrote:
> Signed-off-by: Jim Fehlig 
> ---
>  NEWS.rst | 6 ++
>  1 file changed, 6 insertions(+)
>
> diff --git a/NEWS.rst b/NEWS.rst
> index 6bc5a59c0d..76a7e8de98 100644
> --- a/NEWS.rst
> +++ b/NEWS.rst
> @@ -19,6 +19,12 @@ v9.3.0 (unreleased)
>
>  * **Improvements**
>
> +* qemu: Change default machine type for aarch64 and riscv64
> +
> +It is nearly impossible to create a working VM using the current default
> +machine types. Change the aarch64 default from ``integratorcp`` to 
> ``virt``
> +and the riscv64 default from ``spike_v1.10`` to ``virt``.

I would suggest rewording this along the lines of

  * 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.

-- 
Andrea Bolognani / Red Hat / Virtualization



[PATCH 3/3] NEWS: Mention change of default machine type for aarch64 and riscv64

2023-04-14 Thread Jim Fehlig
Signed-off-by: Jim Fehlig 
---
 NEWS.rst | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 6bc5a59c0d..76a7e8de98 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -19,6 +19,12 @@ v9.3.0 (unreleased)
 
 * **Improvements**
 
+* qemu: Change default machine type for aarch64 and riscv64
+
+It is nearly impossible to create a working VM using the current default
+machine types. Change the aarch64 default from ``integratorcp`` to ``virt``
+and the riscv64 default from ``spike_v1.10`` to ``virt``.
+
 * **Bug fixes**
 
 
-- 
2.40.0