mbox

[PULL,0/7] Misc fixes for 2023-11-28

Message ID 20231128133740.64525-1-philmd@linaro.org
State New
Headers show

Pull-request

https://github.com/philmd/qemu.git tags/misc-next-20231128

Message

Philippe Mathieu-Daudé Nov. 28, 2023, 1:37 p.m. UTC
The following changes since commit e867b01cd6658a64c16052117dbb18093a2f9772:

  Merge tag 'qga-pull-2023-11-25' of https://github.com/kostyanf14/qemu into staging (2023-11-27 08:59:00 -0500)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/misc-next-20231128

for you to fetch changes up to 0180a744636e6951996240b96a250d20ad0fad0d:

  docs/s390: Fix wrong command example in s390-cpu-topology.rst (2023-11-28 14:27:18 +0100)

----------------------------------------------------------------
Misc fixes for 8.2

* buildsys: Invoke bash via 'env' (Samuel)

* doc: Fix example in s390-cpu-topology.rst (Zhao)

* HW: Fix AVR ATMega reset stack (Gihun) and VT82C686 IRQ routing (Zoltan)

----------------------------------------------------------------

BALATON Zoltan (4):
  hw/isa/vt82c686: Bring back via_isa_set_irq()
  hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
  hw/isa/vt82c686: Route PIRQ inputs using via_isa_set_irq()
  hw/audio/via-ac97: Route interrupts using via_isa_set_irq()

Gihun Nam (1):
  hw/avr/atmega: Fix wrong initial value of stack pointer

Samuel Tardieu (1):
  target/hexagon/idef-parser/prepare: use env to invoke bash

Zhao Liu (1):
  docs/s390: Fix wrong command example in s390-cpu-topology.rst

 docs/devel/s390-cpu-topology.rst   |  6 +--
 include/hw/isa/vt82c686.h          |  2 +
 target/avr/cpu.h                   |  3 ++
 hw/audio/via-ac97.c                |  8 +--
 hw/avr/atmega.c                    |  4 ++
 hw/isa/vt82c686.c                  | 79 ++++++++++++++++++++----------
 hw/usb/vt82c686-uhci-pci.c         |  9 ++++
 target/avr/cpu.c                   | 10 +++-
 target/hexagon/idef-parser/prepare |  2 +-
 9 files changed, 87 insertions(+), 36 deletions(-)

Comments

Stefan Hajnoczi Nov. 28, 2023, 11:14 p.m. UTC | #1
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.