All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] hw: Preparatory cleanups previous to remove DEVICE_NATIVE_ENDIAN
@ 2025-12-24 13:46 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é
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-12-24 13:46 UTC (permalink / raw)
  To: qemu-devel
  Cc: Jason Wang, qemu-rust, Peter Maydell, Anton Johansson,
	Max Filippov, Michael S. Tsirkin, Marc-André Lureau,
	Pierrick Bouvier, Brian Cain, Manos Pitsidianakis, qemu-arm,
	Paolo Bonzini, Philippe Mathieu-Daudé

We want to remove the bogus DEVICE_NATIVE_ENDIAN definition,
by making it explicit (either big or little).

I'll follow with one series for each architecture. These
devices seem used by more than one, so I took them apart.

Also remove from rust API ASAP.

tag: https://gitlab.com/philmd/qemu/-/tags/endian_misc_hw-v2
CI: https://gitlab.com/philmd/qemu/-/pipelines/2231223066

Philippe Mathieu-Daudé (8):
  hw/arm/Kconfig: Have FSL_IMX6UL SoC select IMX_USBPHY
  hw/net/opencores: Clarify MMIO read/write handlers expect 32-bit
    access
  hw/char/serial: Let compiler pick serial_mm_ops[] array length
  hw/misc/pvpanic: Expose MMIO interface as little-endian
  hw/timer/hpet: Mark implementation as being little-endian
  hw/char/pl011: Mark implementation as being little-endian
  rust/system: Stop exposing bogus DEVICE_NATIVE_ENDIAN symbol
  target/hexagon: Include missing 'cpu.h' header in 'internal.h'

 target/hexagon/internal.h        |  2 +-
 hw/char/pl011.c                  |  2 +-
 hw/char/serial-mm.c              |  2 +-
 hw/misc/pvpanic.c                |  1 +
 hw/net/opencores_eth.c           | 15 +++++++++------
 hw/timer/hpet.c                  |  2 +-
 hw/arm/Kconfig                   |  1 +
 hw/usb/Kconfig                   |  1 -
 rust/hw/char/pl011/src/device.rs |  2 +-
 rust/hw/timer/hpet/src/device.rs |  2 +-
 rust/system/src/memory.rs        |  6 ------
 11 files changed, 17 insertions(+), 19 deletions(-)

-- 
2.52.0



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2025-12-30 18:18 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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é

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.