qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Andreas Färber
Subject: Re: [Qemu-devel] Re: QEMU host support
Date: Sat, 16 Oct 2010 11:44:30 +0200

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(__FreeBSD__) \
    || defined(__NetBSD__) || defined(__OpenBSD__) ||
defined(__DragonFly__) \
    || defined(__GLIBC__)

Darwin?

Affirmative. If I add  || defined(__APPLE__) it builds with a warning:

  CC    qemu-char.o
/Users/andreas/QEMU/qemu/qemu-char.c:1215: warning: ‘qemu_chr_open_tty’ defined but not used

Andreas


reply via email to

[Prev in Thread] Current Thread [Next in Thread]