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

Philippe Mathieu-Daudé posted 7 patches 12 months ago
Failed in applying to current master (apply log)
Maintainers: Nina Schoetterl-Glausch <nsg@linux.ibm.com>, Gerd Hoffmann <kraxel@redhat.com>, Michael Rolnik <mrolnik@gmail.com>, BALATON Zoltan <balaton@eik.bme.hu>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Alessandro Di Federico <ale@rev.ng>, Anton Johansson <anjo@rev.ng>
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(-)
[PULL 0/7] Misc fixes for 2023-11-28
Posted by Philippe Mathieu-Daudé 12 months ago
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(-)

-- 
2.41.0
Re: [PULL 0/7] Misc fixes for 2023-11-28
Posted by Stefan Hajnoczi 12 months ago
Applied, thanks.

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