This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/qemu.
from f133664915 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...] new 17bd42896d dino: checkpatch fixes new 7cdfa94166 dino: move registers from dino_init() to DINO_PCI_BRIDGE ini [...] new 63901b6cc4 dino: move PCI bus initialisation to dino_pcihost_init() new cc363c4a10 dino: move PCI windows initialisation to dino_pcihost_init() new 270b29587f dino: add memory-as property containing a link to the memory [...] new 5ac6c43c85 dino: move pci_setup_iommu() to dino_pcihost_init() new 9cf69f444c dino: move PCI bus master address space setup to dino_pcihos [...] new 98d168f359 dino: move initial register configuration to new dino_pcihos [...] new ee313d5abb dino: use QOM cast instead of directly referencing parent_obj new 079e7ad989 dino: return PCIBus from dino_init() using qdev_get_child_bus() new 14e275efcb dino: split declarations from dino.c into dino.h new 0d98fbb57d hppa: use new CONFIG_HPPA_B160L option instead of CONFIG_DIN [...] new 05245daf47 dino: change dino_init() to return the DINO device instead o [...] new efdb3ce2de machine.c: map DINO device during board configuration new 10c5264172 dino.h: add defines for DINO IRQ numbers new 4b5faaf94f dino: define IRQ inputs as qdev GPIOs new a4b74c1924 dino: wire up serial IRQ using a qdev GPIO in machine.c new 36f9bbdb17 dino: remove unused dino_set_timer_irq() IRQ handler new 0d06899631 hppa: move dino_init() from dino.c to machine.c new 2fb11c7cac dino: use numerical constant for iar0 and iar1 reset values new e111f288d9 dino: move DINO HPA constants from hppa_hardware.h to dino.h new 0db9350e6e dino: move from hw/hppa to hw/pci-host new 63588da809 lasi: checkpatch fixes new 46f2594cfc lasi: move memory region initialisation to new lasi_init() function new 2683758c7c lasi: move register memory mapping from lasi.c to machine.c new b3cdb7e4b2 lasi: move initialisation of iar and rtc to new lasi_reset() [...] new b514f43244 lasi: move LASIState and associated QOM structures to lasi.h new 0f04d5777b lasi: replace lasi_get_irq() with defined constants new cb9f6c4b65 lasi: define IRQ inputs as qdev GPIOs new e004499fd5 lasi: use qdev GPIOs to wire up IRQs in lasi_initfn() new fe744ca3ee lasi: fix serial port initialisation new 954f6f7564 lasi: update lasi_initfn() to return LASIState new c3c3fe4708 lasi: move LAN initialisation to machine.c new 9701e56943 lasi: move parallel port initialisation to machine.c new 2da547b819 lasi: move second serial port initialisation to machine.c new d26c575c44 lasi: move PS2 initialisation to machine.c new deaa5d3b4e lasi: remove address space parameter from lasi_initfn() new e881e3c83a lasi: move lasi_initfn() to machine.c new ca7b468be8 lasi: use constants for device register offsets new 8e81ffe320 lasi: use numerical constant for iar reset value new 134ba73f32 hppa: move device headers from hppa_sys.h into individual .c files new 45f569a116 lasi: move from hw/hppa to hw/misc new 28f5332ae9 hppa: move hppa_pci_ignore_ops from pci.c to machine.c new 3c2ce5bba3 hppa: remove hw/hppa/pci.c new 192e32284b hppa: remove unused trace-events from from hw/hppa new 932befaa55 hppa: move enable_lan() define from hppa_sys.h to machine.c new 148da67085 hppa: remove the empty hppa_sys.h file new c165905c17 hppa: use MACHINE QOM macros for defining the hppa machine new 42cc2bf63c hppa: fold machine_hppa_machine_init() into machine_hppa_mac [...] new 297d410387 hppa: simplify machine function names in machine.c new 5d61789e04 artist: checkpatch and newline style fixes new ada804eb89 artist: remove unused ROP8OFF() macro new 1f11051619 artist: only render dirty scanlines on the display surface new 554623226f Merge tag 'qemu-sparc-20220508' of https://github.com/mcayla [...]
The 54 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: MAINTAINERS | 4 + configs/devices/hppa-softmmu/default.mak | 2 +- hw/display/artist.c | 33 ++--- hw/hppa/Kconfig | 5 +- hw/hppa/hppa_hardware.h | 5 - hw/hppa/hppa_sys.h | 24 ---- hw/hppa/machine.c | 124 ++++++++++++++--- hw/hppa/meson.build | 2 +- hw/hppa/pci.c | 88 ------------ hw/hppa/trace-events | 14 -- hw/misc/Kconfig | 3 + hw/{hppa => misc}/lasi.c | 161 +++++---------------- hw/misc/meson.build | 3 + hw/misc/trace-events | 5 + hw/pci-host/Kconfig | 4 + hw/{hppa => pci-host}/dino.c | 231 ++++++++++--------------------- hw/pci-host/meson.build | 3 + hw/pci-host/trace-events | 5 + include/hw/misc/lasi.h | 78 +++++++++++ include/hw/pci-host/dino.h | 146 +++++++++++++++++++ meson.build | 1 - 21 files changed, 477 insertions(+), 464 deletions(-) delete mode 100644 hw/hppa/hppa_sys.h delete mode 100644 hw/hppa/pci.c delete mode 100644 hw/hppa/trace-events rename hw/{hppa => misc}/lasi.c (60%) rename hw/{hppa => pci-host}/dino.c (71%) create mode 100644 include/hw/misc/lasi.h create mode 100644 include/hw/pci-host/dino.h