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-aarch64 in repository toolchain/ci/qemu.
from 6b54a31bf7 Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/pyth [...] new 5d1fa7e412 nubus: add comment indicating reference documents new e2c49c0515 nubus-device: rename slot_nb variable to slot new 90be1dea50 nubus-device: expose separate super slot memory region new 03deab9940 nubus: use bitmap to manage available slots new c10a576c19 nubus: move slot bitmap checks from NubusDevice realize() to [...] new c0ad4eaf44 nubus: implement BusClass get_dev_path() new ce0e6a2c55 nubus: add trace-events for empty slot accesses new 1d3d62dff8 nubus: generate bus error when attempting to access empty slots new e0591bf1a5 macfb: don't register declaration ROM new 2469dc1dda nubus-device: remove nubus_register_rom() and nubus_register [...] new 3616f424c9 nubus-device: add romfile property for loading declaration ROMs new 62437f90cf nubus: move nubus to its own 32-bit address space new 9bf674bc71 nubus-bridge: introduce separate NubusBridge structure new f48d613484 mac-nubus-bridge: rename MacNubusState to MacNubusBridge new 1fa04232db nubus: move NubusBus from mac-nubus-bridge to nubus-bridge new d585d89de1 nubus-bridge: embed the NubusBus object directly within nubu [...] new 094f5b2b09 nubus-bridge: make slot_available_mask a qdev property new d2cf28a0c6 nubus: add support for slot IRQs new b297843ef5 q800: wire up nubus IRQs new 5ef251416b q800: configure nubus available slots for Quadra 800 new ba0fa56bc0 Merge remote-tracking branch 'remotes/vivier/tags/q800-for-6 [...]
The 21 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: hw/display/macfb.c | 6 - hw/m68k/q800.c | 26 ++++- hw/nubus/mac-nubus-bridge.c | 34 ++++-- hw/nubus/nubus-bridge.c | 23 +++- hw/nubus/nubus-bus.c | 120 +++++++++++++++---- hw/nubus/nubus-device.c | 227 +++++++++++------------------------- hw/nubus/trace-events | 7 ++ hw/nubus/trace.h | 1 + include/hw/nubus/mac-nubus-bridge.h | 13 ++- include/hw/nubus/nubus.h | 49 ++++---- meson.build | 1 + 11 files changed, 278 insertions(+), 229 deletions(-) create mode 100644 hw/nubus/trace-events create mode 100644 hw/nubus/trace.h