qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] arch_init: Move soundhw code to hw/audio/soundhw.c
@ 2017-01-17 18:46 Eduardo Habkost
  2017-01-17 18:46 ` [Qemu-devel] [PATCH 1/3] audio: Move arch_init audio " Eduardo Habkost
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Eduardo Habkost @ 2017-01-17 18:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

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

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

end of thread, other threads:[~2017-02-16 15:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-17 18:46 [Qemu-devel] [PATCH 0/3] arch_init: Move soundhw code to hw/audio/soundhw.c Eduardo Habkost
2017-01-17 18:46 ` [Qemu-devel] [PATCH 1/3] audio: Move arch_init audio " Eduardo Habkost
2017-01-17 18:46 ` [Qemu-devel] [PATCH 2/3] audio: Rename audio_init() to soundhw_init() Eduardo Habkost
2017-01-17 18:46 ` [Qemu-devel] [PATCH 3/3] audio: Rename hw/audio/audio.h to hw/audio/soundhw.h Eduardo Habkost
2017-01-20 21:11 ` [Qemu-devel] [PATCH 0/3] arch_init: Move soundhw code to hw/audio/soundhw.c Eduardo Habkost
2017-02-16 15:17   ` Gerd Hoffmann

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).