All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Support multiple adlib sound cards
@ 2017-06-21  4:33 Hervé Poussineau
  2017-06-21  4:34 ` [Qemu-devel] [PATCH 1/2] audio/fmopl: modify timer callback to give opaque and channel parameters in two arguments Hervé Poussineau
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Hervé Poussineau @ 2017-06-21  4:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann, Hervé Poussineau

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

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

-- 
2.11.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-07-13 10:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-21  4:33 [Qemu-devel] [PATCH 0/2] Support multiple adlib sound cards Hervé Poussineau
2017-06-21  4:34 ` [Qemu-devel] [PATCH 1/2] audio/fmopl: modify timer callback to give opaque and channel parameters in two arguments Hervé Poussineau
2017-07-13 10:18   ` Philippe Mathieu-Daudé
2017-06-21  4:34 ` [Qemu-devel] [PATCH 2/2] audio/adlib: remove limitation of one adlib card Hervé Poussineau
2017-07-13  5:51 ` [Qemu-devel] [PATCH 0/2] Support multiple adlib sound cards Hervé Poussineau
2017-07-13 10:19 ` Philippe Mathieu-Daudé

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.