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__) || defined(__FreeBSD__) \ >> || defined(__NetBSD__) || defined(__OpenBSD__) || >> defined(__DragonFly__) \ >> || defined(__GLIBC__) > > Darwin?
Ah right, I wasn't sure if that was still building. It just seemed a pretty excessive positive list. Jes