All of lore.kernel.org
 help / color / mirror / Atom feed
  • * [Qemu-devel] Re: Audio
           [not found] <Pine.LNX.4.55.0410311815320.2162@home.oyster.ru>
           [not found] ` <4185ADFA.7010102@brittainweb.org>
    @ 2004-11-01 12:32 ` Ronald
      2004-11-01 12:43   ` malc
      1 sibling, 1 reply; 16+ messages in thread
    From: Ronald @ 2004-11-01 12:32 UTC (permalink / raw)
      To: qemu-devel
    
    Le Sun, 31 Oct 2004 18:18:08 +0300, malc a écrit :
    
    > Hello,
    Hi,
    
    > 
    > At http://www.boblycat.org/~malc/code/patches/qemu/ you will find latest
    > (10_aqemu) audio patch. It boosts following improvements:
    > 
    > a. Correct IRQ status handling (Win95 sounds should no longer loop) b.
    > save|load vm support
    > c. Fixed WAV output driver
    > d. Kludge to support SB16 under FreeBSD (can someone verify that it helps)
    > e. Internal cleanups
    
    I guess it's not on your priority list but I still experience problems on
    windows host: qemu freeze on shutdown, sound play correctly with linux
    guest but not with windows guest.
    Otherwise on linux host everything seems ok, with alsa or oss drivers in
    linux guest or with windows 98 guest, host is 2.6.9 with alsa+oss
    emulation.
    
    The following is a patch to Makefile.target after having 10_aqemu.patch.gz
    applied
    
    --- Makefile.target.bak 2004-11-01 13:02:08.845861544 +0100
    +++ Makefile.target     2004-11-01 13:17:59.852649080 +0100
    @@ -268,7 +268,10 @@
     VL_OBJS+=block-cow.o block-qcow.o aes.o block-vmdk.o block-cloop.o
    
     SOUND_HW = sb16.o
    -AUDIODRV = audio.o ossaudio.o sdlaudio.o wavaudio.o
    +AUDIODRV = audio.o sdlaudio.o wavaudio.o
    +ifndef CONFIG_WIN32
    +AUDIODRV+= ossaudio.o
    +endif
    
     ifeq ($(TARGET_ARCH), i386)
     # Hardware support
    
    ^ permalink raw reply	[flat|nested] 16+ messages in thread

  • end of thread, other threads:[~2004-11-05  8:12 UTC | newest]
    
    Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
         [not found] <Pine.LNX.4.55.0410311815320.2162@home.oyster.ru>
         [not found] ` <4185ADFA.7010102@brittainweb.org>
    2004-11-01 12:06   ` [Qemu-devel] Audio malc
    2004-11-04 17:14     ` Jason Brittain
    2004-11-04 19:12       ` [Qemu-devel] Audio Ronald
    2004-11-04 19:18         ` Jason Brittain
    2004-11-04 19:34           ` Jason Brittain
    2004-11-04 20:03             ` malc
    2004-11-04 20:37               ` [Qemu-devel] using qemu gdb-stub to debug a linux guest Marc E. Fiuczynski
    2004-11-05  3:22               ` [Qemu-devel] Re: Audio Jason Brittain
    2004-11-05  6:28               ` Jens Arm
    2004-11-05  8:01                 ` Jens Arm
    2004-11-04 19:50       ` [Qemu-devel] Audio malc
    2004-11-01 12:27   ` malc
    2004-11-01 12:32 ` [Qemu-devel] Audio Ronald
    2004-11-01 12:43   ` malc
    2004-11-01 13:09     ` [Qemu-devel] " Ronald
    2004-11-02 15:40       ` zitu
    

    This is an external index of several public inboxes,
    see mirroring instructions on how to clone and mirror
    all data and code used by this external index.