All of lore.kernel.org
 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, vr_qemu@t-online.de, ReneEngel80@emailn.de,
	David Woodhouse <dwmw2@infradead.org>
Subject: [PATCH v6 0/7] Pegasos2 fixes and audio output support
Date: Sat,  4 Mar 2023 15:48:17 +0100 (CET)	[thread overview]
Message-ID: <cover.1677940224.git.balaton@eik.bme.hu> (raw)

Latest version of series with the following changes since v5:

v6:
- Replaced work around for level sensitive interrupt needed by MorphOS
with patch from David Woodhouse that implements it in i8259 model
- Added R-b, T-b tags
- Moved revert patch to the end so it's easier to drop it to help
merging with alternative fixes

Regards,
BALATON Zoltan

BALATON Zoltan (5):
  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
  Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"

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               |  50 +++-
 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, 597 insertions(+), 35 deletions(-)

-- 
2.30.8



             reply	other threads:[~2023-03-04 14:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-04 14:48 BALATON Zoltan [this message]
2023-03-04 14:48 ` [PATCH v6 1/7] hw/display/sm501: Add debug property to control pixman usage BALATON Zoltan
2023-03-04 14:48 ` [PATCH v6 2/7] hw/intc/i8259: Implement legacy LTIM Edge/Level Bank Select BALATON Zoltan
2023-03-04 14:48 ` [PATCH v6 3/7] hw/isa/vt82c686: Implement PCI IRQ routing BALATON Zoltan
2023-03-05  7:34   ` Bernhard Beschow
2023-03-04 14:48 ` [PATCH v6 4/7] hw/ppc/pegasos2: Fix PCI interrupt routing BALATON Zoltan
2023-03-04 14:48 ` [PATCH v6 5/7] hw/usb/vt82c686-uhci-pci: Use PCI IRQ routing BALATON Zoltan
2023-03-05  7:39   ` Bernhard Beschow
2023-03-04 14:48 ` [PATCH v6 6/7] hw/audio/via-ac97: Basic implementation of audio playback BALATON Zoltan
2023-03-04 14:48 ` [PATCH v6 7/7] Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder" 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.1677940224.git.balaton@eik.bme.hu \
    --to=balaton@eik.bme.hu \
    --cc=ReneEngel80@emailn.de \
    --cc=danielhb413@gmail.com \
    --cc=dwmw2@infradead.org \
    --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 \
    --cc=vr_qemu@t-online.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.