qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [RFC v2 0/4] vmapple: making it work on the latest macOS releaases and Apple M4
@ 2025-10-07 20:31 Mohamed Mediouni
  2025-10-07 20:31 ` [RFC v2 1/4] hw: vmapple: include missing headers Mohamed Mediouni
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Mohamed Mediouni @ 2025-10-07 20:31 UTC (permalink / raw)
  To: qemu-devel
  Cc: Mads Ynddal, qemu-arm, Cameron Esfahani, Peter Maydell,
	Roman Bolshakov, Alexander Graf, Phil Dennis-Jordan,
	Mohamed Mediouni

RFC as it's hacky code, especially for the Apple M4 support workaround part.
Support for newer guest OSes isn't part of this series.

v1->v2:
Remove some lines that shouldn't have been present...

Mohamed Mediouni (4):
  hw: vmapple: include missing headers
  hvf: arm64: add workaround for Apple M4 to run older macOS versions
  vmapple: apple-gfx: make it work on the latest macOS release
  Revert "hw/arm: Do not build VMapple machine by default"

 accel/hvf/hvf-accel-ops.c                   |  4 +-
 configs/devices/aarch64-softmmu/default.mak |  1 -
 hw/display/apple-gfx-mmio.m                 | 56 ++++++++++++-----
 hw/display/apple-gfx.h                      | 13 ++++
 hw/display/apple-gfx.m                      | 42 ++++++++++++-
 hw/vmapple/vmapple.c                        |  2 +
 include/system/hvf_int.h                    |  4 ++
 target/arm/hvf/hvf.c                        | 68 +++++++++++++++++++++
 8 files changed, 171 insertions(+), 19 deletions(-)

-- 
2.50.1 (Apple Git-155)



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

end of thread, other threads:[~2025-10-13 19:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-07 20:31 [RFC v2 0/4] vmapple: making it work on the latest macOS releaases and Apple M4 Mohamed Mediouni
2025-10-07 20:31 ` [RFC v2 1/4] hw: vmapple: include missing headers Mohamed Mediouni
2025-10-07 21:19   ` Alexander Graf
2025-10-13 19:02   ` Philippe Mathieu-Daudé
2025-10-07 20:31 ` [RFC v2 2/4] hvf: arm64: add workaround for Apple M4 to run older macOS versions Mohamed Mediouni
2025-10-07 21:12   ` Alexander Graf
2025-10-08 11:35     ` Mohamed Mediouni
2025-10-08 20:00       ` Alexander Graf
2025-10-09  2:35         ` Mohamed Mediouni
2025-10-07 20:31 ` [RFC v2 3/4] vmapple: apple-gfx: make it work on the latest macOS release Mohamed Mediouni
2025-10-07 21:19   ` Alexander Graf
2025-10-08  4:21     ` Philippe Mathieu-Daudé
2025-10-07 20:31 ` [RFC v2 4/4] Revert "hw/arm: Do not build VMapple machine by default" Mohamed Mediouni
2025-10-07 21:13   ` Alexander Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).