[PATCH v9 0/7] Pegasos2 fixes and audio output support

BALATON Zoltan posted 7 patches 1 year, 1 month ago
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(-)
[PATCH v9 0/7] Pegasos2 fixes and audio output support
Posted by BALATON Zoltan 1 year, 1 month ago
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
Re: [PATCH v9 0/7] Pegasos2 fixes and audio output support
Posted by Philippe Mathieu-Daudé 1 year, 1 month ago
On 7/3/23 12:42, BALATON Zoltan wrote:
> 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

Since Daniel reviewed, I'm queuing this via mips-next.