Re: [PULL 08/63] Add virtio-sound device stub

2023-11-09 Thread Alex Bennée
Manos Pitsidianakis writes: > Hello Peter, > > If you want me to, I can roll a new version, otherwise I have attached > an updated version of just this patch, adding an if check. You need to do a diff patch as coverity only runs on stuff once its merged. > > Thanks, > Manos > > [2. text/x-diff;

Re: [PULL 08/63] Add virtio-sound device stub

2023-11-09 Thread Peter Maydell
On Thu, 9 Nov 2023 at 15:51, Manos Pitsidianakis wrote: > > Hello Peter, > > If you want me to, I can roll a new version, otherwise I have attached > an updated version of just this patch, adding an if check. This patch is now upstream (which is why it got Coverity-checked), so you should submit

Re: [PULL 08/63] Add virtio-sound device stub

2023-11-09 Thread Manos Pitsidianakis
Hello Peter, If you want me to, I can roll a new version, otherwise I have attached an updated version of just this patch, adding an if check. Thanks, Manos v14-0001-Add-virtio-sound-device-stub.patch Description: Binary data

Re: [PULL 08/63] Add virtio-sound device stub

2023-11-09 Thread Peter Maydell
On Tue, 7 Nov 2023 at 10:10, Michael S. Tsirkin wrote: > > From: Manos Pitsidianakis > > Add a new VIRTIO device for the virtio sound device id. Functionality > will be added in the following commits. > > +static void virtio_snd_realize(DeviceState *dev, Error **errp) > +{ > +ERRP_GUARD();

[PULL 08/63] Add virtio-sound device stub

2023-11-07 Thread Michael S. Tsirkin
From: Manos Pitsidianakis Add a new VIRTIO device for the virtio sound device id. Functionality will be added in the following commits. Based-on: https://github.com/OpenSynergy/qemu/commit/5a2f350eec5d157b90d9c7b40a8e603f4da92471 Signed-off-by: Igor Skalkin Signed-off-by: Anton Yakovlev Signe