qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/2] Support multiple adlib sound cards


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH 0/2] Support multiple adlib sound cards
Date: Thu, 13 Jul 2017 07:19:33 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 06/21/2017 01:33 AM, Hervé Poussineau wrote:
Hi,

This patchset removes a global variable in adlib emulation, and allows to
have multiple adlib sound cards.
Note that indentation seem off because I have replaced some tabulations by 
spaces.

Before:
qemu-system-i386 -device adlib,iobase=0x220 -device adlib,iobase=0x240
qemu-system-i386: -device adlib,iobase=0x240: Cannot create more than 1 adlib 
device

After:
qemu-system-i386 -device adlib,iobase=0x220 -device adlib,iobase=0x240
Machine starts.

Hervé

Hervé Poussineau (2):
   audio/fmopl: modify timer callback to give opaque and channel
     parameters in two arguments
   audio/adlib: remove limitation of one adlib card

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>


  hw/audio/adlib.c | 14 +++-----------
  hw/audio/fmopl.c | 18 +++++++++++++-----
  hw/audio/fmopl.h |  7 ++++---
  3 files changed, 20 insertions(+), 19 deletions(-)




reply via email to

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