]> git.ipfire.org Git - thirdparty/qemu.git/commit
ui/cocoa: Drop workarounds for pre-10.12 OSX
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 1 Feb 2020 17:05:34 +0000 (17:05 +0000)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 12 Feb 2020 12:27:08 +0000 (13:27 +0100)
commit483644c25b932360018d15818d8bcd8c85ba70b8
tree216d31108b65618572964e8595c2c9d56b77ca97
parent2811ce368e20321705ff782ebd2fd6c2063dd610
ui/cocoa: Drop workarounds for pre-10.12 OSX

Our official OSX support policy covers the last two released versions.
Currently that is 10.14 and 10.15.  We also may work on older versions, but
don't guarantee it.

In commit 50290c002c045280f8d in mid-2019 we introduced some uses of
CLOCK_MONOTONIC which incidentally broke compilation for pre-10.12 OSX
versions (see LP:1861551). We don't intend to fix that, so we might
as well drop the code in ui/cocoa.m which caters for pre-10.12
versions as well. (For reference, 10.11 fell out of Apple extended
security support in September 2018.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20200201170534.22123-1-peter.maydell@linaro.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/cocoa.m