qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: qemu svn r5281 on FreeBSD - slow usb, vmwarevga, s


From: Juergen Lock
Subject: Re: [Qemu-devel] Re: qemu svn r5281 on FreeBSD - slow usb, vmwarevga, screen updates... (now updated to r5331)
Date: Wed, 1 Oct 2008 00:33:39 +0200 (CEST)

In article <address@hidden> you write:
>On Sat, Sep 27, 2008 at 5:47 PM, Juergen Lock <address@hidden> wrote:
>> On Sat, Sep 27, 2008 at 12:04:45AM +0200, I wrote:
>>>[...]
>>>  I'll see if I can prepare another update over the weekend and then go
>>> thru more of the patches that have accumulated in the port...
>>
>> OK, here we go :)  First the update: (at r5331 now)
>>        http://people.freebsd.org/~nox/qemu/qemu-devel-20080927.patch
>[...]
>
>I suggest applying the following patch (on top of yours). It includes
>options to build additional sound emulators.
>
>--- Makefile.orig      2008-09-28 00:11:29.000000000 -0300
>+++ Makefile   2008-09-28 00:53:03.000000000 -0300
>@@ -38,6 +38,10 @@
>               GNUTLS "gnutls dependency (vnc encryption)" On \
>               PCAP "pcap dependency (networking with bpf)" On \
>               CDROM_DMA "IDE CDROM DMA" On \
>+              AC97 "Intel 82801AA AC97 sound card" Off \
>+              ADLIB "Adlib card with Yamaha YM3812 (OPL2) chip" Off \
>+              CS4231A "CS4231A sound card (Windows Sound System)" Off \
>+              GUS "Gravis Ultrasound GF1 sound card" Off \
>               ALL_TARGETS "Also build dyngen targets (requires gcc34)" On
>
> .include <bsd.port.pre.mk>
>@@ -76,6 +80,35 @@
> CONFIGURE_ARGS+=      --enable-pcap
> .endif
>
>+.if defined(WITH_AC97)
>+AUDIO_CARD_LIST=      ac97
>+.endif
>+
>+.if defined(WITH_ADLIB)
>+.if defined(AUDIO_CARD_LIST)
>+AUDIO_CARD_LIST+=     ,
>+.endif
>+AUDIO_CARD_LIST+=     adlib
>+.endif
>+
>+.if defined(WITH_CS4231A)
>+.if defined(AUDIO_CARD_LIST)
>+AUDIO_CARD_LIST+=     ,
>+.endif
>+AUDIO_CARD_LIST+=     cs4231a
>+.endif
>+
>+.if defined(WITH_GUS)
>+.if defined(AUDIO_CARD_LIST)
>+AUDIO_CARD_LIST+=     ,
>+.endif
>+AUDIO_CARD_LIST+=     gus
>+.endif
>+
>+.if defined(AUDIO_CARD_LIST)
>+CONFIGURE_ARGS+=      --audio-card-list="${AUDIO_CARD_LIST}"
>+.endif
>+
> .if defined(WITH_SAMBA)
> RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba3
> .endif
>
>Signed-off-by: Carlos Santos <address@hidden>

Hmm.  I might just add one knob to compile in all of these instead,
they are still to be enabled individually at runtime, right?

 Thanx,
        Juergen




reply via email to

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