From: Eduardo Habkost <ehabkost@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/3] arch_init: Move soundhw code to hw/audio/soundhw.c
Date: Mon, 8 May 2017 17:16:25 -0300 [thread overview]
Message-ID: <20170508201628.32502-1-ehabkost@redhat.com> (raw)
Changes v1 -> v2:
* Rebase to latest qemu.git master
This moves the arch_init.c soundhw code to its own file, renames
audio_init() to soundhw_init(), and renames hw/audio/audio.h to
hw/audio/soundhw.h.
Eduardo Habkost (3):
audio: Move arch_init audio code to hw/audio/soundhw.c
audio: Rename audio_init() to soundhw_init()
audio: Rename hw/audio/audio.h to hw/audio/soundhw.h
include/hw/audio/{audio.h => soundhw.h} | 3 +
include/sysemu/arch_init.h | 2 -
arch_init.c | 126 +-------------------------
hw/audio/ac97.c | 2 +-
hw/audio/adlib.c | 2 +-
hw/audio/cs4231a.c | 2 +-
hw/audio/es1370.c | 2 +-
hw/audio/gus.c | 2 +-
hw/audio/intel-hda.c | 2 +-
hw/audio/pcspk.c | 2 +-
hw/audio/sb16.c | 2 +-
hw/audio/soundhw.c | 156 ++++++++++++++++++++++++++++++++
vl.c | 3 +-
hw/audio/Makefile.objs | 2 +
14 files changed, 172 insertions(+), 136 deletions(-)
rename include/hw/audio/{audio.h => soundhw.h} (81%)
create mode 100644 hw/audio/soundhw.c
--
2.11.0.259.g40922b1
next reply other threads:[~2017-05-08 20:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-08 20:16 Eduardo Habkost [this message]
2017-05-08 20:16 ` [Qemu-devel] [PATCH v2 1/3] audio: Move arch_init audio code to hw/audio/soundhw.c Eduardo Habkost
2017-05-08 20:16 ` [Qemu-devel] [PATCH v2 2/3] audio: Rename audio_init() to soundhw_init() Eduardo Habkost
2017-05-08 20:16 ` [Qemu-devel] [PATCH v2 3/3] audio: Rename hw/audio/audio.h to hw/audio/soundhw.h Eduardo Habkost
2017-05-08 20:33 ` [Qemu-devel] [PATCH v2 0/3] arch_init: Move soundhw code to hw/audio/soundhw.c no-reply
2017-05-08 20:38 ` Eduardo Habkost
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=20170508201628.32502-1-ehabkost@redhat.com \
--to=ehabkost@redhat.com \
--cc=kraxel@redhat.com \
--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).