qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org, qemu-ppc@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>,
	Daniel Henrique Barboza <danielhb413@gmail.com>,
	Bernhard Beschow <shentey@gmail.com>,
	Peter Maydell <peter.maydell@linaro.org>,
	philmd@linaro.org, ReneEngel80@emailn.de
Subject: [PATCH v8 0/6] Pegasos2 fixes and audio output support
Date: Mon,  6 Mar 2023 13:33:28 +0100 (CET)	[thread overview]
Message-ID: <cover.1678105081.git.balaton@eik.bme.hu> (raw)

Changes in this version:
v8:
- Last change to logging in patch 3 as asked by Bernhard
v7:
- Added a comment and log to patch 3 as asked by Bernhard
- Added missed R-b tag to patch 5
- Patch 4 in this version is

Based-on: <20230304114043.121024-1-shentey@gmail.com>

(hw/isa/vt82c686: Fix wiring of PIC -> CPU interrupt)
so whatever fix for that will be taken this should apply (revert and
corresponding patch for fixing same problem was in v6 which can still
be mixed and matched in this series if needed)

Only patches 1-3 don't yet have review, patch 1 and 2 are optional
(patch 1 adds debug property useful for testing, should be easy to
review; patch 2 fixes MorphOS on pegasos2 with PCI and USB devices)
patch 3 is needed for the rest of the series and has been beaten to
death already so it's about time to come to a conclusion with it at
last.

BALATON Zoltan (4):
  hw/display/sm501: Add debug property to control pixman usage
  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               |  44 ++-
 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, 592 insertions(+), 34 deletions(-)

-- 
2.30.8



             reply	other threads:[~2023-03-06 12:35 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-06 12:33 BALATON Zoltan [this message]
2023-03-06 12:33 ` [PATCH v8 1/6] hw/display/sm501: Add debug property to control pixman usage BALATON Zoltan
2023-03-06 12:33 ` [PATCH v8 2/6] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select BALATON Zoltan
2023-03-06 12:33 ` [PATCH v8 3/6] hw/isa/vt82c686: Implement PCI IRQ routing BALATON Zoltan
2023-03-06 23:42   ` Mark Cave-Ayland
2023-03-07  0:20     ` BALATON Zoltan
2023-03-07  8:10       ` Mark Cave-Ayland
2023-03-07 10:52         ` BALATON Zoltan
2023-03-07 13:31           ` Alex Bennée
2023-03-07 15:13             ` BALATON Zoltan
2023-03-07  7:51   ` Bernhard Beschow
2023-03-06 12:33 ` [PATCH v8 4/6] hw/ppc/pegasos2: Fix PCI interrupt routing BALATON Zoltan
2023-03-06 21:27   ` Mark Cave-Ayland
2023-03-06 22:00     ` BALATON Zoltan
2023-03-07  7:46       ` Mark Cave-Ayland
2023-03-07 11:06         ` BALATON Zoltan
2023-03-06 22:14     ` BALATON Zoltan
2023-03-07  7:56       ` Mark Cave-Ayland
2023-03-06 12:33 ` [PATCH v8 5/6] hw/usb/vt82c686-uhci-pci: Use PCI IRQ routing BALATON Zoltan
2023-03-06 12:33 ` [PATCH v8 6/6] hw/audio/via-ac97: Basic implementation of audio playback BALATON Zoltan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1678105081.git.balaton@eik.bme.hu \
    --to=balaton@eik.bme.hu \
    --cc=ReneEngel80@emailn.de \
    --cc=danielhb413@gmail.com \
    --cc=kraxel@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=shentey@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).