From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8F6D0C6FA8E for ; Fri, 24 Feb 2023 21:09:25 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pVfJA-00050w-Id; Fri, 24 Feb 2023 16:08:48 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pVfJ8-00050B-3X; Fri, 24 Feb 2023 16:08:46 -0500 Received: from zero.eik.bme.hu ([2001:738:2001:2001::2001]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pVfJ5-0003sT-Ly; Fri, 24 Feb 2023 16:08:45 -0500 Received: from zero.eik.bme.hu (blah.eik.bme.hu [152.66.115.182]) by localhost (Postfix) with SMTP id B6C8B74632B; Fri, 24 Feb 2023 22:08:38 +0100 (CET) Received: by zero.eik.bme.hu (Postfix, from userid 432) id 7C077745720; Fri, 24 Feb 2023 22:08:38 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by zero.eik.bme.hu (Postfix) with ESMTP id 7A028745712; Fri, 24 Feb 2023 22:08:38 +0100 (CET) Date: Fri, 24 Feb 2023 22:08:38 +0100 (CET) From: BALATON Zoltan To: Daniel Henrique Barboza cc: Bernhard Beschow , =?ISO-8859-15?Q?Volker_R=FCmelin?= , qemu-devel@nongnu.org, qemu-ppc@nongnu.org, Gerd Hoffmann , philmd@linaro.org, Peter Maydell Subject: Re: [PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback In-Reply-To: <23a7106f-bc25-20c4-d446-b0fff84cc2fb@gmail.com> Message-ID: <32aa39da-e6ec-4fcb-99fa-e1a09906decc@eik.bme.hu> References: <89f85024-6057-f0a8-3d4a-20eeaeec8878@t-online.de> <62f3e9a1-f360-b525-7d1e-f57ccc8dca9e@eik.bme.hu> <23a7106f-bc25-20c4-d446-b0fff84cc2fb@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Received-SPF: pass client-ip=2001:738:2001:2001::2001; envelope-from=balaton@eik.bme.hu; helo=zero.eik.bme.hu X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org 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 routing in the >> VT8231 (this test was with my series for that, I'll ask testing Bernhard's >> version the same way once I get it and rebase my patches on it). AmigaOS >> can use ES1370 so the via-ac97 patches are not that important now but the >> other patches would be needed. I hope users won't have to wait until >> September to try this. > > If you're referring to "hw/display/sm501: Implement more 2D raster > operations" then it's already > queued in ppc-next. That one and another I've sent yesterday that adds fallbacks for pixman routines. > In fact I believe you can re-send it with this series, > with my r-b, and whoever > gets to send the PR can send everything at once. OK I'll collect all the patches in one series and submit it early next week. Hopefully we can test over the weekend and address any comments by the freeze. > If either Gerd of Phil wants to pick these up I have already acked the > pegasos2 changes. > > If you want me to get this via qemu-ppc bear in mind that I need to send the > PR March 7th > at the latest. I'm aware of that, although if we get more CI outage which stops pulls maybe we should consider 1-2 week extension, but I'm planning accordingly and if there won't be unexpected delays (e.g. new late reviews asking for extensive changes) this should be ready a week before the freeze. I think we can do one or two more versions/ Regards, BALATON Zoltan