Re: [PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback

2023-03-01 Thread BALATON Zoltan
On Wed, 1 Mar 2023, Mark Cave-Ayland wrote: On 23/02/2023 20:20, Bernhard Beschow wrote: From: BALATON Zoltan This adds basic implementation of the AC'97 sound part used in VIA south bridge chips. Not all features of the device is emulated, only one playback channel is supported but this is en

Re: [PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback

2023-03-01 Thread Mark Cave-Ayland
On 23/02/2023 20:20, Bernhard Beschow wrote: From: BALATON Zoltan This adds basic implementation of the AC'97 sound part used in VIA south bridge chips. Not all features of the device is emulated, only one playback channel is supported but this is enough to get sound output from some guests ru

Re: [PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback

2023-02-25 Thread Daniel Henrique Barboza
On 2/24/23 18:08, BALATON Zoltan wrote: On Fri, 24 Feb 2023, Daniel Henrique Barboza wrote: On 2/24/23 10:05, BALATON Zoltan wrote: Just for some motivation, this is what we want to make possible for more people with QEMU 8.0: https://youtu.be/YY9RExl4VDI That's neat! This would need a

Re: [PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback

2023-02-24 Thread BALATON Zoltan
On Fri, 24 Feb 2023, Daniel Henrique Barboza wrote: On 2/24/23 10:05, BALATON Zoltan wrote: Just for some motivation, this is what we want to make possible for more people with QEMU 8.0: https://youtu.be/YY9RExl4VDI That's neat! This would need at least my SM502 patches and fixing the IRQ r

Re: [PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback

2023-02-24 Thread Daniel Henrique Barboza
On 2/24/23 10:05, BALATON Zoltan wrote: Just for some motivation, this is what we want to make possible for more people with QEMU 8.0: https://youtu.be/YY9RExl4VDI That's neat! This would need at least my SM502 patches and fixing the IRQ routing in the VT8231 (this test was with my seri

Re: [PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback

2023-02-24 Thread BALATON Zoltan
Just for some motivation, this is what we want to make possible for more people with QEMU 8.0: https://youtu.be/YY9RExl4VDI This would need at least my SM502 patches and fixing the IRQ routing in the VT8231 (this test was with my series for that, I'll ask testing Bernhard's version the same wa

Re: [PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback

2023-02-24 Thread BALATON Zoltan
On Fri, 24 Feb 2023, Bernhard Beschow wrote: Am 23. Februar 2023 19:40:03 UTC schrieb "Volker Rümelin" : Am 21.02.23 um 19:44 schrieb BALATON Zoltan: This adds basic implementation of the AC'97 sound part used in VIA south bridge chips. Not all features of the device is emulated, only one playb

Re: [PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback

2023-02-24 Thread Bernhard Beschow
Am 23. Februar 2023 19:40:03 UTC schrieb "Volker Rümelin" : >Am 21.02.23 um 19:44 schrieb BALATON Zoltan: >> This adds basic implementation of the AC'97 sound part used in VIA >> south bridge chips. Not all features of the device is emulated, only >> one playback channel is supported but this is

[PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback

2023-02-23 Thread Bernhard Beschow
From: BALATON Zoltan This adds basic implementation of the AC'97 sound part used in VIA south bridge chips. Not all features of the device is emulated, only one playback channel is supported but this is enough to get sound output from some guests running on machines using this device such as pega

Re: [PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback

2023-02-23 Thread Volker Rümelin
Am 21.02.23 um 19:44 schrieb BALATON Zoltan: This adds basic implementation of the AC'97 sound part used in VIA south bridge chips. Not all features of the device is emulated, only one playback channel is supported but this is enough to get sound output from some guests running on machines using

[PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback

2023-02-21 Thread BALATON Zoltan
This adds basic implementation of the AC'97 sound part used in VIA south bridge chips. Not all features of the device is emulated, only one playback channel is supported but this is enough to get sound output from some guests running on machines using this device such as pegasos2. Signed-off-by: B