[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 4/6] docs/about/deprecated: Deprecate the qemu-system-arm binary
- To: "berrange@xxxxxxxxxx" <berrange@xxxxxxxxxx>, "peter.maydell@xxxxxxxxxx" <peter.maydell@xxxxxxxxxx>, "pbonzini@xxxxxxxxxx" <pbonzini@xxxxxxxxxx>, "thuth@xxxxxxxxxx" <thuth@xxxxxxxxxx>, "qemu-devel@xxxxxxxxxx" <qemu-devel@xxxxxxxxxx>
- From: Wilfred Mallawa <wilfred.mallawa@xxxxxxx>
- Date: Fri, 3 Mar 2023 00:55:30 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=wdc.com; dmarc=pass action=none header.from=wdc.com; dkim=pass header.d=wdc.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=bW/uTGhgun7/SZdkL38wgpwO6Km0ylvPKJo0NekqdL8=; b=FHeHd4QirfkiFMxtFc/XLqMM33GZaLle2z+m7JK1tVuE8emgEeV8GWom/nhqtiRTrPWB/49DNrN/Ci1wb3Ve2gK0+IZFmixB/CFsdkIB2DdY14+kU/DjZSNZwnfxaW46x8qGqX5ugfOinYh6vlQHYhYVdsDi+cN44cnpx246UqdmLURgyJ5Fr6NduhAD1LmuMboColSWfwY3IkXEgGeQbEv0rJUT4paM5Al606L6LGKMBCeq8HCX9Lw/jSyxPM4n4kWCT4pe+JIY3AwVURpWKy4hszosbsMMFdik0iU6+5znCBdmj/dttZ2P448F0BiVfU0cedjyZD6eaJ/3Yy2PsA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=AN5LaXKzkh59xyxl7LPrYrobXOCxY3XwJAGZbLq7gQ9gJwK6Ch+ibBb04CcS+OZYOY9ln92Ien+iOJocQZvDFiNAZ4fW8Pt3jesmRSwkwPbLpFFXc9JbNlW+MdPuG6w8tfr0uzFX7eoa4ksEy+OpuEp7ySQQMcewbsQ4RaBNx5AklOl3sRsF0ckjuAAqc6d3jVqaKV+kCSW7iFQMH3qLVESSDhjPOXYU/LzAJ4VMPhsOayFZnfAkqpMpE2p4RRdhISYm6jkMUMkBfv3dnbb03ad3R7BcCZ7zgbZzVhdmSBhXWDUUs2J0XXeVLqlDMcOzsx5zfuTepX1cjOOmdud7+g==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=wdc.com;
- Cc: "alex.bennee@xxxxxxxxxx" <alex.bennee@xxxxxxxxxx>, "armbru@xxxxxxxxxx" <armbru@xxxxxxxxxx>, "qemu-arm@xxxxxxxxxx" <qemu-arm@xxxxxxxxxx>, "libvir-list@xxxxxxxxxx" <libvir-list@xxxxxxxxxx>, "reinoud@xxxxxxxxxx" <reinoud@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, "richard.henderson@xxxxxxxxxx" <richard.henderson@xxxxxxxxxx>, "mlevitsk@xxxxxxxxxx" <mlevitsk@xxxxxxxxxx>
- Delivery-date: Sat, 04 Mar 2023 22:01:37 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHZTSSxfDGpf+NgQE2OVwO1ea+TKq7oO2mA
- Thread-topic: [PATCH v2 4/6] docs/about/deprecated: Deprecate the qemu-system-arm binary
- Wdcipoutbound: EOP-TRUE
On Thu, 2023-03-02 at 17:31 +0100, Thomas Huth wrote:
> qemu-system-aarch64 is a proper superset of qemu-system-arm,
> and the latter was mainly still required for 32-bit KVM support.
> But this 32-bit KVM arm support has been dropped in the Linux
> kernel a couple of years ago already, so we don't really need
> qemu-system-arm anymore, thus deprecated it now.
>
> Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx>
> ---
> docs/about/deprecated.rst | 10 ++++++++++
> 1 file changed, 10 insertions(+)
Reviewed-by: Wilfred Mallawa <wilfred.mallawa@xxxxxxx>
>
> diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
> index a30aa8dfdf..21ce70b5c9 100644
> --- a/docs/about/deprecated.rst
> +++ b/docs/about/deprecated.rst
> @@ -45,6 +45,16 @@ run 32-bit guests by selecting a 32-bit CPU model,
> including KVM support
> on x86_64 hosts. Thus users are recommended to reconfigure their
> systems
> to use the ``qemu-system-x86_64`` binary instead.
>
> +``qemu-system-arm`` binary (since 8.0)
> +''''''''''''''''''''''''''''''''''''''
> +
> +``qemu-system-aarch64`` is a proper superset of ``qemu-system-arm``.
> The
> +latter was mainly a requirement for running KVM on 32-bit arm hosts,
> but
> +this 32-bit KVM support has been removed some years ago already
> (see:
> +
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/com
> mit/?id=541ad0150ca4
> +). Thus the QEMU project will drop the ``qemu-system-arm`` binary in
> a
> +future release. Use ``qemu-system-aarch64`` instead.
> +
>
> System emulator command line arguments
> --------------------------------------
|