From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 71EE1E784BE for ; Thu, 25 Dec 2025 03:25:35 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1vYbyo-00036M-Ce; Wed, 24 Dec 2025 22:25:34 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1vYbyn-00035b-8f; Wed, 24 Dec 2025 22:25:33 -0500 Received: from mgamail.intel.com ([192.198.163.10]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1vYbyl-0006Zu-O5; Wed, 24 Dec 2025 22:25:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1766633131; x=1798169131; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=lijBvsmzxGL2JaaTmYWAd44U+kSEL27/9OtnwbhHEDs=; b=L37CfvQs5MwksH41mosCJiiHcYcJwgHshgtIAKXl0JVfpgJUPsSRP6O7 4Clfe7VAN0Fss6Tsn/AIWNR6tUksANXc1Jnqp7lSDdmhbrEsOnRjfTzJQ Ph0GuIOXvGCFyGE9XG2F/oeIXGB6Y2PVOBjqiSwFTDgGRl3cmNHPG4HS8 s8OU/eukpID7dP3bCD/DVbhAfzlkaIYron0obTLtFuBEhq7gj2m59zHWm iy6g70xZx4vetzDqA72MKq0+NpTcq3XAPB3N7qP47Q/S14guS/tAJcrS8 PtSuUhYgn5P9QQlT3Vx5QTWF3MzDTggNfwJHJoMIa83SqnTGNYKKg9F3/ Q==; X-CSE-ConnectionGUID: AfTtmqmmQxKyOlKY00GfPw== X-CSE-MsgGUID: XqZeYFoPQj2+UZMmWbuzwg== X-IronPort-AV: E=McAfee;i="6800,10657,11652"; a="79813890" X-IronPort-AV: E=Sophos;i="6.21,175,1763452800"; d="scan'208";a="79813890" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by fmvoesa104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Dec 2025 19:25:28 -0800 X-CSE-ConnectionGUID: OOIG6iesTNqovIcAMwbeUA== X-CSE-MsgGUID: Hg6KjziwTx68PGaRi97wOg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,175,1763452800"; d="scan'208";a="200112049" Received: from liuzhao-optiplex-7080.sh.intel.com (HELO localhost) ([10.239.160.39]) by orviesa007.jf.intel.com with ESMTP; 24 Dec 2025 19:25:25 -0800 Date: Thu, 25 Dec 2025 11:50:18 +0800 From: Zhao Liu To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Cc: qemu-devel@nongnu.org, Jason Wang , qemu-rust@nongnu.org, Peter Maydell , Anton Johansson , Max Filippov , "Michael S. Tsirkin" , =?iso-8859-1?Q?Marc-Andr=E9?= Lureau , Pierrick Bouvier , Brian Cain , Manos Pitsidianakis , qemu-arm@nongnu.org, Paolo Bonzini , Richard Henderson Subject: Re: [PATCH v2 6/8] hw/char/pl011: Mark implementation as being little-endian Message-ID: References: <20251224134644.85582-1-philmd@linaro.org> <20251224134644.85582-7-philmd@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20251224134644.85582-7-philmd@linaro.org> Received-SPF: pass client-ip=192.198.163.10; envelope-from=zhao1.liu@intel.com; helo=mgamail.intel.com X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-rust@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: QEMU Rust-related patches and discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-rust-bounces+qemu-rust=archiver.kernel.org@nongnu.org Sender: qemu-rust-bounces+qemu-rust=archiver.kernel.org@nongnu.org On Wed, Dec 24, 2025 at 02:46:42PM +0100, Philippe Mathieu-Daudé wrote: > Date: Wed, 24 Dec 2025 14:46:42 +0100 > From: Philippe Mathieu-Daudé > Subject: [PATCH v2 6/8] hw/char/pl011: Mark implementation as being > little-endian > X-Mailer: git-send-email 2.52.0 > > The PL011 component is only built / used by ARM targets, which > are only built in little endianness. Thus we only ever built > as little endian, never testing the big-endian possibility of > the DEVICE_NATIVE_ENDIAN definition. Simplify by only keeping > the little endian variant. > > Signed-off-by: Philippe Mathieu-Daudé > Reviewed-by: Richard Henderson > --- > hw/char/pl011.c | 2 +- > rust/hw/char/pl011/src/device.rs | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Zhao Liu