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_check_gcc/master-arm in repository toolchain/ci/qemu.
from f133664915 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu [...] adds 17bd42896d dino: checkpatch fixes adds 7cdfa94166 dino: move registers from dino_init() to DINO_PCI_BRIDGE ini [...] adds 63901b6cc4 dino: move PCI bus initialisation to dino_pcihost_init() adds cc363c4a10 dino: move PCI windows initialisation to dino_pcihost_init() adds 270b29587f dino: add memory-as property containing a link to the memory [...] adds 5ac6c43c85 dino: move pci_setup_iommu() to dino_pcihost_init() adds 9cf69f444c dino: move PCI bus master address space setup to dino_pcihos [...] adds 98d168f359 dino: move initial register configuration to new dino_pcihos [...] adds ee313d5abb dino: use QOM cast instead of directly referencing parent_obj adds 079e7ad989 dino: return PCIBus from dino_init() using qdev_get_child_bus() adds 14e275efcb dino: split declarations from dino.c into dino.h adds 0d98fbb57d hppa: use new CONFIG_HPPA_B160L option instead of CONFIG_DIN [...] adds 05245daf47 dino: change dino_init() to return the DINO device instead o [...] adds efdb3ce2de machine.c: map DINO device during board configuration adds 10c5264172 dino.h: add defines for DINO IRQ numbers adds 4b5faaf94f dino: define IRQ inputs as qdev GPIOs adds a4b74c1924 dino: wire up serial IRQ using a qdev GPIO in machine.c adds 36f9bbdb17 dino: remove unused dino_set_timer_irq() IRQ handler adds 0d06899631 hppa: move dino_init() from dino.c to machine.c adds 2fb11c7cac dino: use numerical constant for iar0 and iar1 reset values adds e111f288d9 dino: move DINO HPA constants from hppa_hardware.h to dino.h adds 0db9350e6e dino: move from hw/hppa to hw/pci-host adds 63588da809 lasi: checkpatch fixes adds 46f2594cfc lasi: move memory region initialisation to new lasi_init() function adds 2683758c7c lasi: move register memory mapping from lasi.c to machine.c adds b3cdb7e4b2 lasi: move initialisation of iar and rtc to new lasi_reset() [...] adds b514f43244 lasi: move LASIState and associated QOM structures to lasi.h adds 0f04d5777b lasi: replace lasi_get_irq() with defined constants adds cb9f6c4b65 lasi: define IRQ inputs as qdev GPIOs adds e004499fd5 lasi: use qdev GPIOs to wire up IRQs in lasi_initfn() adds fe744ca3ee lasi: fix serial port initialisation adds 954f6f7564 lasi: update lasi_initfn() to return LASIState adds c3c3fe4708 lasi: move LAN initialisation to machine.c adds 9701e56943 lasi: move parallel port initialisation to machine.c adds 2da547b819 lasi: move second serial port initialisation to machine.c adds d26c575c44 lasi: move PS2 initialisation to machine.c adds deaa5d3b4e lasi: remove address space parameter from lasi_initfn() adds e881e3c83a lasi: move lasi_initfn() to machine.c adds ca7b468be8 lasi: use constants for device register offsets adds 8e81ffe320 lasi: use numerical constant for iar reset value adds 134ba73f32 hppa: move device headers from hppa_sys.h into individual .c files adds 45f569a116 lasi: move from hw/hppa to hw/misc adds 28f5332ae9 hppa: move hppa_pci_ignore_ops from pci.c to machine.c adds 3c2ce5bba3 hppa: remove hw/hppa/pci.c adds 192e32284b hppa: remove unused trace-events from from hw/hppa adds 932befaa55 hppa: move enable_lan() define from hppa_sys.h to machine.c adds 148da67085 hppa: remove the empty hppa_sys.h file adds c165905c17 hppa: use MACHINE QOM macros for defining the hppa machine adds 42cc2bf63c hppa: fold machine_hppa_machine_init() into machine_hppa_mac [...] adds 297d410387 hppa: simplify machine function names in machine.c adds 5d61789e04 artist: checkpatch and newline style fixes adds ada804eb89 artist: remove unused ROP8OFF() macro adds 1f11051619 artist: only render dirty scanlines on the display surface adds 554623226f Merge tag 'qemu-sparc-20220508' of https://github.com/mcayla [...]
No new revisions were added by this update.
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