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 177A6C678D5 for ; Tue, 7 Mar 2023 11:44:33 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pZViE-0002zB-4p; Tue, 07 Mar 2023 06:42:34 -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 1pZViC-0002yf-IJ; Tue, 07 Mar 2023 06:42:32 -0500 Received: from zero.eik.bme.hu ([152.66.115.2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZViA-00082B-TM; Tue, 07 Mar 2023 06:42:32 -0500 Received: from zero.eik.bme.hu (blah.eik.bme.hu [152.66.115.182]) by localhost (Postfix) with SMTP id C3C74745720; Tue, 7 Mar 2023 12:42:16 +0100 (CET) Received: by zero.eik.bme.hu (Postfix, from userid 432) id 96BF4745712; Tue, 7 Mar 2023 12:42:16 +0100 (CET) Message-Id: From: BALATON Zoltan Subject: [PATCH v9 0/7] Pegasos2 fixes and audio output support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: qemu-devel@nongnu.org, qemu-ppc@nongnu.org Cc: Gerd Hoffmann , Daniel Henrique Barboza , Bernhard Beschow , Peter Maydell , philmd@linaro.org, ReneEngel80@emailn.de Date: Tue, 7 Mar 2023 12:42:16 +0100 (CET) Received-SPF: pass client-ip=152.66.115.2; envelope-from=balaton@eik.bme.hu; helo=zero.eik.bme.hu X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, 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 v9: - OK here it is again with a revert. *sigh* BALATON Zoltan (5): hw/display/sm501: Add debug property to control pixman usage Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder" hw/isa/vt82c686: Implement PCI IRQ routing hw/ppc/pegasos2: Fix PCI interrupt routing hw/audio/via-ac97: Basic implementation of audio playback Bernhard Beschow (1): hw/usb/vt82c686-uhci-pci: Use PCI IRQ routing David Woodhouse (1): hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select hw/audio/trace-events | 6 + hw/audio/via-ac97.c | 455 +++++++++++++++++++++++++++++++- hw/display/sm501.c | 18 +- hw/intc/i8259.c | 10 +- hw/intc/i8259_common.c | 24 +- hw/isa/trace-events | 1 + hw/isa/vt82c686.c | 54 +++- hw/pci-host/mv64361.c | 4 - hw/ppc/pegasos2.c | 26 +- hw/usb/vt82c686-uhci-pci.c | 12 - include/hw/isa/i8259_internal.h | 1 + include/hw/isa/vt82c686.h | 25 ++ 12 files changed, 601 insertions(+), 35 deletions(-) -- 2.30.8