From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPc0e-0007D8-Ba for qemu-devel@nongnu.org; Tue, 09 Apr 2013 13:07:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPc0d-0001nJ-1z for qemu-devel@nongnu.org; Tue, 09 Apr 2013 13:07:04 -0400 Received: from mail-qa0-f46.google.com ([209.85.216.46]:35676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPc0c-0001nB-UY for qemu-devel@nongnu.org; Tue, 09 Apr 2013 13:07:02 -0400 Received: by mail-qa0-f46.google.com with SMTP id j8so1491572qah.5 for ; Tue, 09 Apr 2013 10:07:02 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51644AAF.8070308@redhat.com> Date: Tue, 09 Apr 2013 19:06:55 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1364914261-4237-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1364914261-4237-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 0/6] audio: simplify -soundhw machinery, use default-configs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: av1474@comtv.ru Cc: qemu-devel@nongnu.org Il 02/04/2013 16:50, Paolo Bonzini ha scritto: > 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. malc, any news? This is now ready to go in. Paolo > 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 >