Re: [Qemu-devel] [PATCH v2] Fix QEMU build on OpenBSD on x86 archs

2013-12-10 Thread Brad Smith
On 10/12/13 1:44 PM, Stefan Weil wrote: ... now with qemu-stable addressed - I had pressed "send" to early. Ah, I usually send such requests separately with a commit hash after it has been commited to master. -- This message has been scanned for viruses and dangerous content by MailScanner, an

Re: [Qemu-devel] [PATCH v2] Fix QEMU build on OpenBSD on x86 archs

2013-12-10 Thread Brad Smith
On 10/12/13 1:44 PM, Stefan Weil wrote: ... now with qemu-stable addressed - I had pressed "send" to early. Stefan Am 10.12.2013 19:42, schrieb Stefan Weil: Am 10.12.2013 08:48, schrieb Brad Smith: On 10/12/13 2:07 AM, Stefan Weil wrote: Am 10.12.2013 02:26, schrieb Brad Smith: This resolv

Re: [Qemu-devel] [PATCH v2] Fix QEMU build on OpenBSD on x86 archs

2013-12-10 Thread Stefan Weil
... now with qemu-stable addressed - I had pressed "send" to early. Stefan Am 10.12.2013 19:42, schrieb Stefan Weil: > Am 10.12.2013 08:48, schrieb Brad Smith: >> On 10/12/13 2:07 AM, Stefan Weil wrote: >>> Am 10.12.2013 02:26, schrieb Brad Smith: This resolves the build issue with building

Re: [Qemu-devel] [PATCH v2] Fix QEMU build on OpenBSD on x86 archs

2013-12-10 Thread Stefan Weil
Am 10.12.2013 08:48, schrieb Brad Smith: > On 10/12/13 2:07 AM, Stefan Weil wrote: >> Am 10.12.2013 02:26, schrieb Brad Smith: >>> This resolves the build issue with building the ROMs on OpenBSD on >>> x86 archs. >>> As of OpenBSD 5.3 the compiler builds PIE binaries by default and >>> thus the >>>

Re: [Qemu-devel] [PATCH v2] Fix QEMU build on OpenBSD on x86 archs

2013-12-09 Thread Brad Smith
On 10/12/13 2:07 AM, Stefan Weil wrote: Am 10.12.2013 02:26, schrieb Brad Smith: This resolves the build issue with building the ROMs on OpenBSD on x86 archs. As of OpenBSD 5.3 the compiler builds PIE binaries by default and thus the whole OS/packages and so forth. The ROMs need to have PIE disa

Re: [Qemu-devel] [PATCH v2] Fix QEMU build on OpenBSD on x86 archs

2013-12-09 Thread Stefan Weil
Am 10.12.2013 02:26, schrieb Brad Smith: > This resolves the build issue with building the ROMs on OpenBSD on x86 archs. > As of OpenBSD 5.3 the compiler builds PIE binaries by default and thus the > whole OS/packages and so forth. The ROMs need to have PIE disabled. This > is my initial attempt at

[Qemu-devel] [PATCH v2] Fix QEMU build on OpenBSD on x86 archs

2013-12-09 Thread Brad Smith
This resolves the build issue with building the ROMs on OpenBSD on x86 archs. As of OpenBSD 5.3 the compiler builds PIE binaries by default and thus the whole OS/packages and so forth. The ROMs need to have PIE disabled. This is my initial attempt at trying to get somehting upstream so that QEMU bo