From: "Alex Bennée" <alex.bennee@linaro.org>
To: Emmanouil Pitsidianakis <manos.pitsidianakis@linaro.org>
Cc: qemu-devel@nongnu.org, "Gerd Hoffmann" <kraxel@redhat.com>,
"Igor Skalkin" <Igor.Skalkin@opensynergy.com>,
"Anton Yakovlev" <Anton.Yakovlev@opensynergy.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Michael S. Tsirkin" <mst@redhat.com>,
"Marcel Apfelbaum" <marcel.apfelbaum@gmail.com>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Eduardo Habkost" <eduardo@habkost.net>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Volker Rümelin" <vr_qemu@t-online.de>,
"Kővágó, Zoltán" <DirtY.iCE.hu@gmail.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>,
"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
"Stefano Garzarella" <sgarzare@redhat.com>
Subject: Re: [PATCH v12 00/11] Add VIRTIO sound card
Date: Thu, 19 Oct 2023 15:37:17 +0100 [thread overview]
Message-ID: <87pm1a8ypm.fsf@linaro.org> (raw)
In-Reply-To: <cover.1697709630.git.manos.pitsidianakis@linaro.org>
Emmanouil Pitsidianakis <manos.pitsidianakis@linaro.org> writes:
> This patch series adds an audio device implementing the recent virtio
> sound spec (1.2) and a corresponding PCI wrapper device.
>
> v12 can be found online at:
>
> https://gitlab.com/epilys/qemu/-/tree/virtio-snd-v12
>
> Ref c660c8427853d90784a89b6f3b0c31e19cc3be95
>
> Main differences with v11 patch series [^v11]:
>
> - Moved devices from hw/virtio under hw/audio.
OK I've tested record and playback and everything seems to be working
fine so have a:
Tested-by: Alex Bennée <alex.bennee@linaro.org>
for the series.
Gerd,
Are you happy to merge?
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
prev parent reply other threads:[~2023-10-19 14:38 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-19 10:03 [PATCH v12 00/11] Add VIRTIO sound card Emmanouil Pitsidianakis
2023-10-19 10:03 ` [PATCH v12 01/11] Add virtio-sound device stub Emmanouil Pitsidianakis
2023-10-19 10:03 ` [PATCH v12 02/11] Add virtio-sound-pci device Emmanouil Pitsidianakis
2023-10-21 9:07 ` Volker Rümelin
2023-10-22 9:58 ` Manos Pitsidianakis
2023-10-22 11:51 ` Volker Rümelin
2023-10-23 8:48 ` Manos Pitsidianakis
2023-10-19 10:03 ` [PATCH v12 03/11] virtio-sound: handle control messages and streams Emmanouil Pitsidianakis
2023-10-19 10:03 ` [PATCH v12 04/11] virtio-sound: handle VIRTIO_SND_R_PCM_INFO request Emmanouil Pitsidianakis
2023-10-19 10:03 ` [PATCH v12 05/11] virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP} Emmanouil Pitsidianakis
2023-10-19 10:03 ` [PATCH v12 06/11] virtio-sound: handle VIRTIO_SND_R_PCM_SET_PARAMS Emmanouil Pitsidianakis
2023-10-19 10:03 ` [PATCH v12 07/11] virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE Emmanouil Pitsidianakis
2023-10-19 10:03 ` [PATCH v12 08/11] virtio-sound: handle VIRTIO_SND_R_PCM_RELEASE Emmanouil Pitsidianakis
2023-10-19 10:03 ` [PATCH v12 09/11] virtio-sound: implement audio output (TX) Emmanouil Pitsidianakis
2023-10-19 10:03 ` [PATCH v12 10/11] virtio-sound: implement audio capture (RX) Emmanouil Pitsidianakis
2023-10-19 10:03 ` [PATCH v12 11/11] docs/system: add basic virtio-snd documentation Emmanouil Pitsidianakis
2023-10-19 14:37 ` Alex Bennée [this message]
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=87pm1a8ypm.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=Anton.Yakovlev@opensynergy.com \
--cc=DirtY.iCE.hu@gmail.com \
--cc=Igor.Skalkin@opensynergy.com \
--cc=berrange@redhat.com \
--cc=eduardo@habkost.net \
--cc=kraxel@redhat.com \
--cc=manos.pitsidianakis@linaro.org \
--cc=marcandre.lureau@redhat.com \
--cc=marcel.apfelbaum@gmail.com \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=sgarzare@redhat.com \
--cc=vr_qemu@t-online.de \
/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.