All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhao Liu <zhao1.liu@intel.com>
To: "Philippe Mathieu-Daudé" <philmd@linaro.org>
Cc: qemu-devel@nongnu.org, "Jason Wang" <jasowang@redhat.com>,
	qemu-rust@nongnu.org, "Peter Maydell" <peter.maydell@linaro.org>,
	"Anton Johansson" <anjo@rev.ng>,
	"Max Filippov" <jcmvbkbc@gmail.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"Pierrick Bouvier" <pierrick.bouvier@linaro.org>,
	"Brian Cain" <brian.cain@oss.qualcomm.com>,
	"Manos Pitsidianakis" <manos.pitsidianakis@linaro.org>,
	qemu-arm@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
	"Richard Henderson" <richard.henderson@linaro.org>
Subject: Re: [PATCH v2 7/8] rust/system: Stop exposing bogus DEVICE_NATIVE_ENDIAN symbol
Date: Thu, 25 Dec 2025 11:51:51 +0800	[thread overview]
Message-ID: <aUy01/UfrhM4kxbL@intel.com> (raw)
In-Reply-To: <20251224134644.85582-8-philmd@linaro.org>

On Wed, Dec 24, 2025 at 02:46:43PM +0100, Philippe Mathieu-Daudé wrote:
> Date: Wed, 24 Dec 2025 14:46:43 +0100
> From: Philippe Mathieu-Daudé <philmd@linaro.org>
> Subject: [PATCH v2 7/8] rust/system: Stop exposing bogus
>  DEVICE_NATIVE_ENDIAN symbol
> X-Mailer: git-send-email 2.52.0
> 
> We want to remove the bogus DEVICE_NATIVE_ENDIAN definition
> (by only having it explicit, either big or little one). Stop
> exposing it to rust devices to avoid it spreading further.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  rust/system/src/memory.rs | 6 ------
>  1 file changed, 6 deletions(-)

Good. I suppose this could help simplify vm-memory support.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>



  parent reply	other threads:[~2025-12-25  3:27 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-24 13:46 [PATCH v2 0/8] hw: Preparatory cleanups previous to remove DEVICE_NATIVE_ENDIAN Philippe Mathieu-Daudé
2025-12-24 13:46 ` [PATCH v2 1/8] hw/arm/Kconfig: Have FSL_IMX6UL SoC select IMX_USBPHY Philippe Mathieu-Daudé
2025-12-29  1:19   ` Richard Henderson
2025-12-24 13:46 ` [PATCH v2 2/8] hw/net/opencores: Clarify MMIO read/write handlers expect 32-bit access Philippe Mathieu-Daudé
2025-12-24 13:46 ` [PATCH v2 3/8] hw/char/serial: Let compiler pick serial_mm_ops[] array length Philippe Mathieu-Daudé
2025-12-24 13:46 ` [PATCH v2 4/8] hw/misc/pvpanic: Expose MMIO interface as little-endian Philippe Mathieu-Daudé
2025-12-24 15:55   ` Philippe Mathieu-Daudé
2025-12-24 19:12   ` Manos Pitsidianakis
2025-12-24 13:46 ` [PATCH v2 5/8] hw/timer/hpet: Mark implementation as being little-endian Philippe Mathieu-Daudé
2025-12-25  3:49   ` Zhao Liu
2025-12-24 13:46 ` [PATCH v2 6/8] hw/char/pl011: " Philippe Mathieu-Daudé
2025-12-24 14:25   ` Manos Pitsidianakis
2025-12-25  3:50   ` Zhao Liu
2025-12-24 13:46 ` [PATCH v2 7/8] rust/system: Stop exposing bogus DEVICE_NATIVE_ENDIAN symbol Philippe Mathieu-Daudé
2025-12-24 14:25   ` Manos Pitsidianakis
2025-12-25  3:51   ` Zhao Liu [this message]
2025-12-24 13:46 ` [PATCH v2 8/8] target/hexagon: Include missing 'cpu.h' header in 'internal.h' Philippe Mathieu-Daudé
2025-12-30 18:16 ` [PATCH v2 0/8] hw: Preparatory cleanups previous to remove DEVICE_NATIVE_ENDIAN Philippe Mathieu-Daudé

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aUy01/UfrhM4kxbL@intel.com \
    --to=zhao1.liu@intel.com \
    --cc=anjo@rev.ng \
    --cc=brian.cain@oss.qualcomm.com \
    --cc=jasowang@redhat.com \
    --cc=jcmvbkbc@gmail.com \
    --cc=manos.pitsidianakis@linaro.org \
    --cc=marcandre.lureau@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@linaro.org \
    --cc=pierrick.bouvier@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-rust@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.