qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: av1474@comtv.ru
Subject: [Qemu-devel] [RFC PATCH 0/6] audio: simplify -soundhw machinery, use default-configs
Date: Tue,  2 Apr 2013 16:50:55 +0200	[thread overview]
Message-ID: <1364914261-4237-1-git-send-email-pbonzini@redhat.com> (raw)

This avoids audio-specific hacks in configure, so that the
same mechanism is used for all targets and all devices.

Not yet tested enough, hence RFC.

Paolo

Paolo Bonzini (6):
  adlib: qdev-ify
  audio: remove the need for audio card CONFIG_* symbols
  audio: remove HAS_AUDIO
  audio: remove CONFIG_* symbols
  audio: replace audio card configuration with default-configs
  audio: move PCI audio cards to pci.mak

 arch_init.c                          | 145 ++++++++---------------------------
 configure                            |  30 --------
 default-configs/i386-softmmu.mak     |   2 +-
 default-configs/mips-softmmu.mak     |   2 +-
 default-configs/mips64-softmmu.mak   |   2 +-
 default-configs/mips64el-softmmu.mak |   2 +-
 default-configs/mipsel-softmmu.mak   |   2 +-
 default-configs/pci.mak              |   3 +
 default-configs/ppc-softmmu.mak      |   2 +-
 default-configs/ppc64-softmmu.mak    |   2 +-
 default-configs/ppcemb-softmmu.mak   |   2 +-
 default-configs/sound.mak            |   4 +
 default-configs/x86_64-softmmu.mak   |   2 +-
 hmp-commands.hx                      |   4 -
 hw/Makefile.objs                     |  17 ++--
 hw/ac97.c                            |   3 +-
 hw/adlib.c                           |  83 +++++++++++++++-----
 hw/audiodev.h                        |  23 +-----
 hw/cs4231a.c                         |   3 +-
 hw/es1370.c                          |   3 +-
 hw/gus.c                             |   3 +-
 hw/intel-hda.c                       |  22 +++---
 hw/pcspk.c                           |   4 +-
 hw/pcspk.h                           |   2 -
 hw/sb16.c                            |   3 +-
 hw/usb/dev-audio.c                   |   1 -
 monitor.c                            |   2 -
 27 files changed, 149 insertions(+), 224 deletions(-)
 create mode 100644 default-configs/sound.mak

-- 
1.8.1.4

             reply	other threads:[~2013-04-02 14:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-02 14:50 Paolo Bonzini [this message]
2013-04-02 14:50 ` [Qemu-devel] [RFC PATCH 1/6] adlib: qdev-ify Paolo Bonzini
2013-04-09 17:28   ` Andreas Färber
2013-04-10  8:03     ` Paolo Bonzini
2013-04-10 14:13     ` Paolo Bonzini
2013-04-02 14:50 ` [Qemu-devel] [RFC PATCH 2/6] audio: remove the need for audio card CONFIG_* symbols Paolo Bonzini
2013-04-02 14:50 ` [Qemu-devel] [RFC PATCH 3/6] audio: remove HAS_AUDIO Paolo Bonzini
2013-04-02 14:50 ` [Qemu-devel] [RFC PATCH 4/6] audio: remove CONFIG_* symbols Paolo Bonzini
2013-04-10 17:45   ` Andreas Färber
2013-04-11  6:30     ` Paolo Bonzini
2013-04-02 14:51 ` [Qemu-devel] [RFC PATCH 5/6] audio: replace audio card configuration with default-configs Paolo Bonzini
2013-04-02 14:51 ` [Qemu-devel] [RFC PATCH 6/6] audio: move PCI audio cards to pci.mak Paolo Bonzini
2013-04-09 17:06 ` [Qemu-devel] [RFC PATCH 0/6] audio: simplify -soundhw machinery, use default-configs Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1364914261-4237-1-git-send-email-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=av1474@comtv.ru \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).