qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Philippe Mathieu-Daudé
Subject: [PULL 0/7] Misc fixes for 2023-11-28
Date: Tue, 28 Nov 2023 14:37:33 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]