Re: VirtioSound device emulation implementation

2021-01-10 Thread Shreyansh Chouhan
Hi, I have been reading about the virtio and vhost specifications, however I have a few doubts. I tried looking for them but I still do not understand them clearly enough. From what I understand, there are two protocols: The virtio protocol: The one that specifies how we can have common emulation

Re: VirtioSound device emulation implementation

2021-01-08 Thread Gerd Hoffmann
Hi, > >> Are you planning to make it an in-QEMU device or maybe a external > >> vhost-user daemon? > > > > The project page states that we need to use the QEMU audio subsystem > > for playing and capturing audio samples. > > Is this one of the QEMU internship projects? one of last years gsoc p

Re: VirtioSound device emulation implementation

2021-01-07 Thread Shreyansh Chouhan
On Thu, 7 Jan 2021 at 22:49, Alex Bennée wrote: > > Shreyansh Chouhan writes: > > > On Wed, 6 Jan 2021 at 17:12, Alex Bennée wrote: > > > >> > >> Shreyansh Chouhan writes: > >> > >> > Hey everyone! > >> > > >> > I want to work on implementing the emulation for the VritioSound > device. > >> I

Re: VirtioSound device emulation implementation

2021-01-07 Thread Alex Bennée
Shreyansh Chouhan writes: > On Wed, 6 Jan 2021 at 17:12, Alex Bennée wrote: > >> >> Shreyansh Chouhan writes: >> >> > Hey everyone! >> > >> > I want to work on implementing the emulation for the VritioSound device. >> I >> > contacted the mentor for the project, (Greg), who said it's fine and

Re: VirtioSound device emulation implementation

2021-01-07 Thread Gerd Hoffmann
Hi, > > Are you planning to make it an in-QEMU device or maybe a external > > vhost-user daemon? > > The project page states that we need to use the QEMU audio subsystem > for playing and capturing audio samples. I am not entirely sure if > this implies that the device should be an in-QEMU devi

Re: VirtioSound device emulation implementation

2021-01-07 Thread Shreyansh Chouhan
On Wed, 6 Jan 2021 at 17:12, Alex Bennée wrote: > > Shreyansh Chouhan writes: > > > Hey everyone! > > > > I want to work on implementing the emulation for the VritioSound device. > I > > contacted the mentor for the project, (Greg), who said it's fine and > that I > > should declare it on the ma

Re: VirtioSound device emulation implementation

2021-01-06 Thread Alex Bennée
Shreyansh Chouhan writes: > Hey everyone! > > I want to work on implementing the emulation for the VritioSound device. I > contacted the mentor for the project, (Greg), who said it's fine and that I > should declare it on the mailing list in order to find out if someone else > is already workin