[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 2/6] docs/about/deprecated: Deprecate 32-bit x86 hosts
- 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:52:59 +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=RdEnAj8UoXYRnVydHlqn5l7u5rhG827S1lOVlOavNO8=; b=Kk4/7ftZrZMTJ5sMjbLgHmtO/KC2rs/px2tNtzOBNdeRVgP1bW7Lw8qFr+NMzeqrlApec8nsG0cDCOp3ShOsF/JCIips0lV2XtIGrMRq9lVVRN+pkbuz+9OkiWVD6FMQmJf2BaAVhrnhpjkRcTrh2UuZTn44hM2Gst7io+ldu9cbO0A4XyVsq7prvcKmUcnEx+vCMHKkKSSubn9wnOEf3iE2ZcTZAj+yIp5aLkghhp87aU3B1+rpRVQj5BvocqISwQMensF9JS2YnXebm0e4YHZqphOk9ReFN/zMlFCMVBSK5S1q11Io2J95CiuPfUuV2FGc2vkYl4+IP9H62uaRdg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZWdBM76EzF/+EQEhPxkOKZk2UdMRQ4zNrY6soxQrcNVVQ1lG+sY+52KgdGqaHatDUgf6FUjZgWD69QtqKTRqlAnLyRrnbi4718RgqEaE+oaOpOJDDuW8HSlxINQ8MW2KXO5X9xdL877ESW0WFTVOgq1lTND4ICBCOpe++Sg2VxehdTu89Eaj6439GfouOWbYdnsF4C3+yxeH4tfP0Xstu6wOzjUfKuvkfB7jYmDTHQQqAV8SRUDyah2WZJatJuBvnA8wMf3h9fYl/WNhzlGDA9oa+DfstjgQoEzIGgth735R/vXvDwGW/o2/6p8L2RPW3q/0J2n7rrbYa4C7EI7R4Q==
- 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: AQHZTSSkBgIBlH/SBE65azPCvJVeaK7oOrIA
- Thread-topic: [PATCH v2 2/6] docs/about/deprecated: Deprecate 32-bit x86 hosts
- Wdcipoutbound: EOP-TRUE
On Thu, 2023-03-02 at 17:31 +0100, Thomas Huth wrote:
> Hardly anybody still uses 32-bit x86 hosts today, so we should start
> deprecating them to stop wasting our time and CI minutes here.
> For example, there are also still some unresolved problems with
> these:
> When emulating 64-bit binaries in user mode, TCG does not honor
> atomicity
> for 64-bit accesses, which is "perhaps worse than not working at all"
> (quoting Richard). Let's simply make it clear that people should use
> 64-bit x86 hosts nowadays and we do not intend to fix/maintain the
> old
> 32-bit stuff.
>
> Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx>
> ---
> docs/about/deprecated.rst | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
Reviewed-by: Wilfred Mallawa <wilfred.mallawa@xxxxxxx>
>
> diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
> index 11700adac9..a30aa8dfdf 100644
> --- a/docs/about/deprecated.rst
> +++ b/docs/about/deprecated.rst
> @@ -208,6 +208,18 @@ CI coverage support may bitrot away before the
> deprecation process
> completes. The little endian variants of MIPS (both 32 and 64 bit)
> are
> still a supported host architecture.
>
> +32-bit x86 hosts (since 8.0)
> +''''''''''''''''''''''''''''
> +
> +Support for 32-bit x86 host deployments is increasingly uncommon in
> +mainstream OS distributions given the widespread availability of 64-
> bit
> +x86 hardware. The QEMU project no longer considers 32-bit x86
> support
> +to be an effective use of its limited resources, and thus intends to
> +discontinue it. Since all recent x86 hardware from the past >10
> years
> +is capable of the 64-bit x86 extensions, a corresponding 64-bit OS
> +should be used instead.
> +
> +
> QEMU API (QAPI) events
> ----------------------
>
|