From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:36023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gnAdJ-0004QH-PQ for qemu-devel@nongnu.org; Fri, 25 Jan 2019 18:11:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gnAXA-0003Si-FL for qemu-devel@nongnu.org; Fri, 25 Jan 2019 18:05:14 -0500 Received: from mail-wr1-f65.google.com ([209.85.221.65]:36165) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gnAX8-0002tm-AN for qemu-devel@nongnu.org; Fri, 25 Jan 2019 18:05:10 -0500 Received: by mail-wr1-f65.google.com with SMTP id u4so11984030wrp.3 for ; Fri, 25 Jan 2019 15:04:23 -0800 (PST) References: <20170816072104.24420-1-famz@redhat.com> <20170816072104.24420-9-famz@redhat.com> <4bf0c77e-ea8f-1813-a6a4-6ab6eb857cd0@redhat.com> <20190124165253.GT7953@redhat.com> <509cf069-5d03-8e2e-fb3c-5828d32f38e1@comstyle.com> <6e71d755-8dcd-5275-d635-f238271cf459@tuxfamily.org> <1284f2c4-57ad-061a-c920-c21cd7e142d4@comstyle.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: Date: Sat, 26 Jan 2019 00:04:20 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RFC 8/9] tests: Add OpenBSD image List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Brad Smith Cc: Thomas Huth , =?UTF-8?Q?Daniel_P=2e_Berrang=c3=a9?= , Fam Zheng , QEMU Developers , Kamil Rytarowski , Stefan Hajnoczi , Paolo Bonzini , Kamil Rytarowski , =?UTF-8?Q?Alex_Benn=c3=a9e?= On 1/25/19 7:38 PM, Peter Maydell wrote: > On Fri, 25 Jan 2019 at 18:36, Brad Smith wrote: >> >> On 1/25/2019 1:24 AM, Thomas Huth wrote: >> >>> On 2019-01-25 01:48, Brad Smith wrote: >>>> Our ports tree has an option which results in the QEMU binaries being >>>> linked with "-z wxneeded". >>> Then it's maybe high time to send such changes upstream now ;-) >> >> >> I have not considered submitting such a patch as it's just a workaround >> for an >> issue within QEMU. Everything else that we had as local patches or local >> build >> fiddling to build things properly has been integrated in some manner. > > We'll happily take a patch that fixes the underlying issue properly > if you'd prefer... I sent "configure: Disable W^X on OpenBSD" to help upstream developers to test their patches on OpenBSD here: https://lists.gnu.org/archive/html/qemu-devel/2019-01/msg06674.html Regards, Phil.