qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add VIRTIO sound card
@ 2023-07-18 18:04 Manos Pitsidianakis
  2023-07-18 18:04 ` [PATCH v3 1/3] Add virtio-sound device Manos Pitsidianakis
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Manos Pitsidianakis @ 2023-07-18 18:04 UTC (permalink / raw)
  To: qemu-devel
  Cc: Manos Pitsidianakis, Igor Skalkin, Anton Yakovlev, Paolo Bonzini,
	Gerd Hoffmann, Michael S. Tsirkin, Marcel Apfelbaum,
	Daniel P. Berrangé, Eduardo Habkost, Marc-André Lureau,
	Volker Rümelin, Kővágó, Zoltán,
	Alex Bennee

This patch series adds an audio device implementing the recent virtio 
sound spec (1.2) and a corresponding PCI wrapper device.

Main differences with v2 patch 
<cover.1686238728.git.manos.pitsidianakis@linaro.org>:
- Addressed review comments.

Manos Pitsidianakis (3):
  Add virtio-sound device
  Add virtio-sound-pci device
  Implement audio capture in virtio-snd device

 MAINTAINERS                    |    6 +
 hw/virtio/Kconfig              |    5 +
 hw/virtio/meson.build          |    2 +
 hw/virtio/trace-events         |   22 +
 hw/virtio/virtio-snd-pci.c     |  101 +++
 hw/virtio/virtio-snd.c         | 1289 ++++++++++++++++++++++++++++++++
 include/hw/pci/pci.h           |    1 +
 include/hw/virtio/virtio-snd.h |  194 +++++
 softmmu/qdev-monitor.c         |    1 +
 9 files changed, 1621 insertions(+)
 create mode 100644 hw/virtio/virtio-snd-pci.c
 create mode 100644 hw/virtio/virtio-snd.c
 create mode 100644 include/hw/virtio/virtio-snd.h

-- 
2.39.2



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

end of thread, other threads:[~2023-07-19  6:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-18 18:04 [PATCH v3 0/3] Add VIRTIO sound card Manos Pitsidianakis
2023-07-18 18:04 ` [PATCH v3 1/3] Add virtio-sound device Manos Pitsidianakis
2023-07-19  6:56   ` Philippe Mathieu-Daudé
2023-07-18 18:04 ` [PATCH v3 2/3] Add virtio-sound-pci device Manos Pitsidianakis
2023-07-18 18:04 ` [PATCH v3 3/3] Implement audio capture in virtio-snd device Manos Pitsidianakis

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