Re: [Qemu-devel] Re: QEMU host support

2010-10-16 Thread Jes Sorensen
On 10/16/10 11:44, Andreas Färber wrote: > Am 16.10.2010 um 02:37 schrieb Paolo Bonzini: > >> On 10/15/2010 06:51 PM, Jes Sorensen wrote: >>> Looking through some code in qemu-char.c I was wondering if we support >>> any other QEMU host target than Win32 which isn't covered by these >>> defines: >

[Qemu-devel] Re: QEMU host support

2010-10-16 Thread Jes Sorensen
On 10/16/10 02:37, Paolo Bonzini wrote: > On 10/15/2010 06:51 PM, Jes Sorensen wrote: >> Hi, >> >> Looking through some code in qemu-char.c I was wondering if we support >> any other QEMU host target than Win32 which isn't covered by these >> defines: >> >> #if defined(__linux__) || defined(__sun__

Re: [Qemu-devel] Re: QEMU host support

2010-10-16 Thread Andreas Färber
Am 16.10.2010 um 02:37 schrieb Paolo Bonzini: On 10/15/2010 06:51 PM, Jes Sorensen wrote: Looking through some code in qemu-char.c I was wondering if we support any other QEMU host target than Win32 which isn't covered by these defines: #if defined(__linux__) || defined(__sun__) || defined

[Qemu-devel] Re: QEMU host support

2010-10-16 Thread Paolo Bonzini
On 10/15/2010 06:51 PM, Jes Sorensen wrote: Hi, Looking through some code in qemu-char.c I was wondering if we support any other QEMU host target than Win32 which isn't covered by these defines: #if defined(__linux__) || defined(__sun__) || defined(__FreeBSD__) \ || defined(__NetBSD__) ||