Re: [Qemu-devel] [PATCH 1.0] configure: add '--disable-cocoa' switch

2011-11-11 Thread Anthony Liguori
On 11/09/2011 12:54 PM, Pavel Borzenkov wrote: When SDL support is disabled, there is no way to build QEMU without Cocoa support on MacOS X. This patch adds '--disable-cocoa' switch and allows to build QEMU without both SDL and Cocoa frontends. Signed-off-by: Pavel Borzenkov This breaks SDL pr

Re: [Qemu-devel] [PATCH 1.0] configure: add '--disable-cocoa' switch

2011-11-10 Thread Peter Maydell
On 10 November 2011 11:54, Pavel Borzenkov wrote: > On Thu, Nov 10, 2011 at 2:44 PM, Peter Maydell > wrote: >> On 10 November 2011 10:41, Andreas Färber wrote: >>> I remember there was a similar patch once but some issue with it kept us >>> from applying it - something unrelated to the frontend

Re: [Qemu-devel] [PATCH 1.0] configure: add '--disable-cocoa' switch

2011-11-10 Thread Pavel Borzenkov
On Thu, Nov 10, 2011 at 2:41 PM, Andreas Färber wrote: > Am 09.11.2011 19:54, schrieb Pavel Borzenkov: >> When SDL support is disabled, there is no way to build QEMU without >> Cocoa support on MacOS X. This patch adds '--disable-cocoa' switch and >> allows to build QEMU without both SDL and Cocoa

Re: [Qemu-devel] [PATCH 1.0] configure: add '--disable-cocoa' switch

2011-11-10 Thread Pavel Borzenkov
On Thu, Nov 10, 2011 at 2:44 PM, Peter Maydell wrote: > On 10 November 2011 10:41, Andreas Färber wrote: >> I remember there was a similar patch once but some issue with it kept us >> from applying it - something unrelated to the frontend was influenced by >> it I think... block layer? > > Yeah,

Re: [Qemu-devel] [PATCH 1.0] configure: add '--disable-cocoa' switch

2011-11-10 Thread Peter Maydell
On 10 November 2011 10:41, Andreas Färber wrote: > I remember there was a similar patch once but some issue with it kept us > from applying it - something unrelated to the frontend was influenced by > it I think... block layer? Yeah, block/raw-posix.c has a pile of #ifdef CONFIG_COCOA in it, whic

Re: [Qemu-devel] [PATCH 1.0] configure: add '--disable-cocoa' switch

2011-11-10 Thread Andreas Färber
Am 09.11.2011 19:54, schrieb Pavel Borzenkov: > When SDL support is disabled, there is no way to build QEMU without > Cocoa support on MacOS X. This patch adds '--disable-cocoa' switch and > allows to build QEMU without both SDL and Cocoa frontends. > > Signed-off-by: Pavel Borzenkov This is a n

[Qemu-devel] [PATCH 1.0] configure: add '--disable-cocoa' switch

2011-11-09 Thread Pavel Borzenkov
When SDL support is disabled, there is no way to build QEMU without Cocoa support on MacOS X. This patch adds '--disable-cocoa' switch and allows to build QEMU without both SDL and Cocoa frontends. Signed-off-by: Pavel Borzenkov --- configure | 11 ++- 1 files changed, 6 insertions(+),