Re: [PATCH] ui/cocoa: Drop workarounds for pre-10.12 OSX

2020-02-12 Thread Gerd Hoffmann
On Sat, Feb 01, 2020 at 05:05:34PM +, Peter Maydell wrote: > 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 so

Re: [PATCH] ui/cocoa: Drop workarounds for pre-10.12 OSX

2020-02-04 Thread Christian Schoenebeck
On Dienstag, 4. Februar 2020 14:13:35 CET Peter Maydell wrote: > > How about handling this with an error message at configure stage instead? > > Removing this code does not increase the chance for somebody going to fix > > pre-10.12 support. > > But is anybody actually going to fix pre-10.12 suppo

Re: [PATCH] ui/cocoa: Drop workarounds for pre-10.12 OSX

2020-02-04 Thread Peter Maydell
On Tue, 4 Feb 2020 at 13:03, Christian Schoenebeck wrote: > Not that I really care, but I also wonder whether that would be an appropriate > action to remove this code, as it does not seem to impose anything negative to > retain it. Dead code is always a maintenance burden, even if it's not a ver

Re: [PATCH] ui/cocoa: Drop workarounds for pre-10.12 OSX

2020-02-04 Thread Christian Schoenebeck
On Dienstag, 4. Februar 2020 11:15:36 CET Peter Maydell wrote: > On Mon, 3 Feb 2020 at 19:59, G 3 wrote: > >> 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. > >>

Re: [PATCH] ui/cocoa: Drop workarounds for pre-10.12 OSX

2020-02-04 Thread Peter Maydell
On Mon, 3 Feb 2020 at 19:59, G 3 wrote: >> 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 >> CLOC

Re: [PATCH] ui/cocoa: Drop workarounds for pre-10.12 OSX

2020-02-03 Thread G 3
> Date: Sat, 1 Feb 2020 17:05:34 + > From: Peter Maydell > To: qemu-devel@nongnu.org > Cc: Gerd Hoffmann > Subject: [PATCH] ui/cocoa: Drop workarounds for pre-10.12 OSX > Message-ID: <20200201170534.22123-1-peter.mayd...@linaro.org> > > Our official OSX support policy covers the last two rel