qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] hvf: arm: Allow creating VMs with > 63GB of RAM on macOS 15+


From: Peter Maydell
Subject: Re: [PATCH] hvf: arm: Allow creating VMs with > 63GB of RAM on macOS 15+
Date: Wed, 31 Jul 2024 09:26:50 +0100

On Tue, 30 Jul 2024 at 22:53, Danny Canter <danny_canter@apple.com> wrote:
>
> Thanks Peter!
>
> For the macOS 13 comment just so I’m clear, you’re saying the minimum we 
> support is
> 13 now so the conditional compilation for those isn’t required anymore as 
> well? I suppose
> that tracks given the wording that we support the last two macOS releases at 
> any given
> time, that kind of slipped my mind when thinking about what actually needs to 
> be ifdef’d
> here. That certainly cleans things up a bit for some of the functions in this 
> patch.

Yep, that's the idea. We tend to leave the conditionals in a bit beyond
literally just last two releases, so there's a period of "not supported but
it probably still works" for a release that's fallen off the end of our
support list. But in this case since we already have code in QEMU that
requires 13 to even compile, there's no need to add new 13-or-better ifdefs
in this new code.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]