qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Drop ifdef for macOS versions older than 12.0
@ 2024-06-29  6:24 Akihiko Odaki
  2024-06-29  6:24 ` [PATCH 1/4] hvf: " Akihiko Odaki
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Akihiko Odaki @ 2024-06-29  6:24 UTC (permalink / raw)
  To: Cameron Esfahani, Roman Bolshakov, Gerd Hoffmann,
	Marc-André Lureau, Philippe Mathieu-Daudé, Kevin Wolf,
	Hanna Reitz, Jason Wang
  Cc: qemu-devel, qemu-block, Akihiko Odaki

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/

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
Akihiko Odaki (4):
      hvf: Drop ifdef for macOS versions older than 12.0
      audio: Drop ifdef for macOS versions older than 12.0
      block/file-posix: Drop ifdef for macOS versions older than 12.0
      net/vmnet: Drop ifdef for macOS versions older than 12.0

 accel/hvf/hvf-all.c   |  3 ---
 block/file-posix.c    |  5 -----
 net/vmnet-host.c      | 24 +-----------------------
 net/vmnet-shared.c    | 13 -------------
 target/i386/hvf/hvf.c | 23 +----------------------
 audio/coreaudio.m     |  5 -----
 net/vmnet-bridged.m   | 13 +------------
 net/vmnet-common.m    |  3 ---
 8 files changed, 3 insertions(+), 86 deletions(-)
---
base-commit: 046a64b9801343e2e89eef10c7a48eec8d8c0d4f
change-id: 20240628-macos-d194d420f01a

Best regards,
-- 
Akihiko Odaki <akihiko.odaki@daynix.com>



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

end of thread, other threads:[~2024-07-01 15:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-29  6:24 [PATCH 0/4] Drop ifdef for macOS versions older than 12.0 Akihiko Odaki
2024-06-29  6:24 ` [PATCH 1/4] hvf: " Akihiko Odaki
2024-07-01 15:21   ` Philippe Mathieu-Daudé
2024-06-29  6:24 ` [PATCH 2/4] audio: " Akihiko Odaki
2024-07-01 15:17   ` Philippe Mathieu-Daudé
2024-06-29  6:24 ` [PATCH 3/4] block/file-posix: " Akihiko Odaki
2024-07-01 15:17   ` Philippe Mathieu-Daudé
2024-06-29  6:24 ` [PATCH 4/4] net/vmnet: " Akihiko Odaki
2024-07-01 15:19   ` Philippe Mathieu-Daudé
2024-07-01 11:43 ` [PATCH 0/4] " Peter Maydell
2024-07-01 12:00   ` Akihiko Odaki
2024-07-01 15:07     ` Konstantin Ryabitsev
2024-07-01 15:11       ` Peter Maydell
2024-07-01 15:39 ` Philippe Mathieu-Daudé

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).