Re: [Qemu-devel] QEMU host support

2010-10-16 Thread Andreas Färber
Am 16.10.2010 um 09:46 schrieb Stefan Hajnoczi: On Fri, Oct 15, 2010 at 5: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_

Re: [Qemu-devel] QEMU host support

2010-10-16 Thread Stefan Hajnoczi
On Fri, Oct 15, 2010 at 5: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(__FreeBSD__) \ >    || defined(__Net

[Qemu-devel] QEMU host support

2010-10-15 Thread Jes Sorensen
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__) || defined(__OpenBSD__) || defined(__DragonFly__)