All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: av1474@comtv.ru, Anthony Liguori <aliguori@us.ibm.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 1.5 0/8] make audio card configuration uniform
Date: Mon, 29 Apr 2013 17:51:44 +0200	[thread overview]
Message-ID: <517E9710.7020002@redhat.com> (raw)
In-Reply-To: <1366303444-24620-1-git-send-email-pbonzini@redhat.com>

Il 18/04/2013 18:43, Paolo Bonzini ha scritto:
> These patches make audio card configuration the same as all other
> devices, and remove the need to explicitly enable -soundhw on
> boards that wish to support it.
> 
> I would like these in 1.5, malc didn't comment on the RFC.  Patches 6-8
> are new or different in the final series, everything else is mostly
> the same.

Ping.

Paolo

> Paolo Bonzini (8):
>   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
>   qom: do not return root for empty path
>   audio: look for the ISA and PCI buses
>   audio: enable PCI audio cards for all PCI-enabled targets
> 
>  arch_init.c                          | 169 ++++++++++-------------------------
>  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/audio/Makefile.objs               |  16 ++--
>  hw/audio/ac97.c                      |   3 +-
>  hw/audio/adlib.c                     |  84 +++++++++++++----
>  hw/audio/cs4231a.c                   |   3 +-
>  hw/audio/es1370.c                    |   3 +-
>  hw/audio/gus.c                       |   3 +-
>  hw/audio/intel-hda.c                 |  22 ++---
>  hw/audio/pcspk.c                     |   4 +-
>  hw/audio/sb16.c                      |   3 +-
>  hw/i386/pc_piix.c                    |   2 -
>  hw/i386/pc_q35.c                     |   1 -
>  hw/mips/mips_jazz.c                  |   2 -
>  hw/mips/mips_malta.c                 |   3 -
>  hw/ppc/prep.c                        |   3 -
>  hw/usb/dev-audio.c                   |   1 -
>  include/hw/audio/audio.h             |  23 +----
>  include/hw/audio/pcspk.h             |   2 -
>  include/sysemu/arch_init.h           |   3 +-
>  monitor.c                            |   2 -
>  qom/object.c                         |  12 +--
>  vl.c                                 |  10 +--
>  35 files changed, 171 insertions(+), 262 deletions(-)
>  create mode 100644 default-configs/sound.mak
> 

  parent reply	other threads:[~2013-04-29 15:52 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-18 16:43 [Qemu-devel] [PATCH 1.5 0/8] make audio card configuration uniform Paolo Bonzini
2013-04-18 16:43 ` [Qemu-devel] [PATCH 1/8] adlib: qdev-ify Paolo Bonzini
2013-04-29 17:26   ` Andreas Färber
2013-04-18 16:43 ` [Qemu-devel] [PATCH 2/8] audio: remove the need for audio card CONFIG_* symbols Paolo Bonzini
2013-04-18 16:43 ` [Qemu-devel] [PATCH 3/8] audio: remove HAS_AUDIO Paolo Bonzini
2013-04-18 16:44 ` [Qemu-devel] [PATCH 4/8] audio: remove CONFIG_* symbols Paolo Bonzini
2013-04-18 16:44 ` [Qemu-devel] [PATCH 5/8] audio: replace audio card configuration with default-configs Paolo Bonzini
2013-04-18 16:44 ` [Qemu-devel] [PATCH 6/8] qom: do not return root for empty path Paolo Bonzini
2013-04-29 17:30   ` Andreas Färber
2013-04-18 16:44 ` [Qemu-devel] [PATCH 7/8] audio: look for the ISA and PCI buses Paolo Bonzini
2013-04-30 12:16   ` Andreas Färber
2013-04-30 14:00     ` Paolo Bonzini
2013-04-30 14:39       ` Anthony Liguori
2013-04-30 12:52   ` Alexander Graf
2013-04-18 16:44 ` [Qemu-devel] [PATCH 8/8] audio: enable PCI audio cards for all PCI-enabled targets Paolo Bonzini
2013-04-29 15:51 ` Paolo Bonzini [this message]
2013-04-30 18:58 ` [Qemu-devel] [PATCH 1.5 0/8] make audio card configuration uniform Anthony Liguori

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=517E9710.7020002@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=aliguori@us.ibm.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 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.