[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/4] Drop ifdef for macOS versions older than 12.0
From: |
Peter Maydell |
Subject: |
Re: [PATCH 0/4] Drop ifdef for macOS versions older than 12.0 |
Date: |
Mon, 1 Jul 2024 12:43:36 +0100 |
On Sat, 29 Jun 2024 at 07:26, Akihiko Odaki <akihiko.odaki@daynix.com> wrote:
>
> macOS versions older than 12.0 are no longer supported.
>
> docs/about/build-platforms.rst says:
> > Support for the previous major version will be dropped 2 years after
> > the new major version is released or when the vendor itself drops
> > support, whichever comes first.
>
> macOS 12.0 was released 2021:
> https://www.apple.com/newsroom/2021/10/macos-monterey-is-now-available/
Further, we have already dropped support for macos < 12
in the ui/cocoa.m code in commit 2d27c91e2b72ac.
For the whole series:
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
> Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
PS: you don't need to put a signed-off-by line on the cover
letter, only in the individual patches.
thanks
-- PMM
- Re: [PATCH 0/4] Drop ifdef for macOS versions older than 12.0,
Peter Maydell <=