From: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
To: Mohamed Mediouni <mohamed@unpredictable.fr>, qemu-devel@nongnu.org
Cc: qemu-arm@nongnu.org, "Peter Maydell" <peter.maydell@linaro.org>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Phil Dennis-Jordan" <phil@philjordan.eu>,
"Peter Xu" <peterx@redhat.com>, "Mads Ynddal" <mads@ynddal.dk>,
"Roman Bolshakov" <rbolshakov@ddn.com>,
"Alexander Graf" <agraf@csgraf.de>
Subject: Re: [RFC PATCH v7 0/7] vmapple: making it work on the latest macOS host releases
Date: Wed, 25 Mar 2026 20:11:43 +0900 [thread overview]
Message-ID: <f7c84a25-2f78-48ef-8901-2b752ead8900@rsg.ci.i.u-tokyo.ac.jp> (raw)
In-Reply-To: <20260324204855.29759-1-mohamed@unpredictable.fr>
On 2026/03/25 5:48, Mohamed Mediouni wrote:
> v7:
>
> Support for newer guest OSes.
>
> Added not mergable patch for private ISA enablement.
>
> Not grabbing a memory reference and still using flatview_for_each_range
> for this one, which works fine as live migration is disallowed anyway.
I prefer the other solutions suggested earlier. My preference order:
- Use a listener or change flatview_for_each_range() to remove const.
- Casting away const.
- Avoid grabbing memory references (this version)
Regards,
Akihiko Odaki
>
> v6:
> Rework the patches a bit, with making sure that there's no compiler warnings
>
> v5:
> Address review comments and rebase.
>
> v4:
> Rebase and resend without the RFC tag as I didn't get feedback.
> Drop patch 1 (version I posted was incomplete anyways). Last patch isn't worth it too tbh.
>
> v2->v3:
> Remove the Apple M4 support workaround part for now, to be part of another patchset perhaps
> Address comments
>
> v1->v2:
> Remove some lines that shouldn't have been present...
>
> Mohamed Mediouni (7):
> vmapple: apple-gfx: make it work on the latest macOS release
> hw/vmapple: aes: convert MAX_LEN to a #define
> vmapple: declare it as an AArch64-compatible machine
> Revert "hw/arm: Do not build VMapple machine by default"
> vmapple: add gicv2m
> vmapple, gicv2m: add macOS compat quirk
> hvf: do not merge: enable private ISA
>
> accel/hvf/entitlements.plist | 2 +-
> configs/devices/aarch64-softmmu/default.mak | 1 -
> hw/display/apple-gfx-mmio.m | 59 ++++++++++++++++-----
> hw/display/apple-gfx.h | 16 ++++++
> hw/display/apple-gfx.m | 41 +++++++++++++-
> hw/intc/arm_gicv2m.c | 5 ++
> hw/vmapple/aes.c | 3 +-
> hw/vmapple/vmapple.c | 27 ++++++++++
> target/arm/hvf/hvf.c | 8 +++
> 9 files changed, 144 insertions(+), 18 deletions(-)
>
prev parent reply other threads:[~2026-03-25 11:12 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-24 20:48 [RFC PATCH v7 0/7] vmapple: making it work on the latest macOS host releases Mohamed Mediouni
2026-03-24 20:48 ` [RFC PATCH v7 1/7] vmapple: apple-gfx: make it work on the latest macOS release Mohamed Mediouni
2026-03-24 20:48 ` [RFC PATCH v7 2/7] hw/vmapple: aes: convert MAX_LEN to a #define Mohamed Mediouni
2026-03-24 20:48 ` [RFC PATCH v7 3/7] vmapple: declare it as an AArch64-compatible machine Mohamed Mediouni
2026-03-25 9:54 ` Philippe Mathieu-Daudé
2026-03-24 20:48 ` [RFC PATCH v7 4/7] Revert "hw/arm: Do not build VMapple machine by default" Mohamed Mediouni
2026-03-24 20:48 ` [RFC PATCH v7 5/7] vmapple: add gicv2m Mohamed Mediouni
2026-03-24 20:48 ` [RFC PATCH v7 6/7] vmapple, gicv2m: add macOS compat quirk Mohamed Mediouni
2026-03-25 9:56 ` Philippe Mathieu-Daudé
2026-03-24 20:48 ` [RFC PATCH v7 7/7] hvf: do not merge: enable private ISA Mohamed Mediouni
2026-03-25 11:07 ` Akihiko Odaki
2026-03-25 11:21 ` Mohamed Mediouni
2026-03-25 12:20 ` Akihiko Odaki
2026-03-25 11:11 ` Akihiko Odaki [this message]
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=f7c84a25-2f78-48ef-8901-2b752ead8900@rsg.ci.i.u-tokyo.ac.jp \
--to=odaki@rsg.ci.i.u-tokyo.ac.jp \
--cc=agraf@csgraf.de \
--cc=mads@ynddal.dk \
--cc=mohamed@unpredictable.fr \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=peterx@redhat.com \
--cc=phil@philjordan.eu \
--cc=philmd@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=rbolshakov@ddn.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox