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 40d5224907 Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into [...] new 545e5cf817 ps2: checkpatch fixes new 64bbdd138a ps2: QOMify PS2State new 8f84e53cd0 ps2: QOMify PS2KbdState new 2d135409e6 ps2: QOMify PS2MouseState new 0c235e3889 ps2: move QOM type definitions from ps2.c to ps2.h new 54334e7387 ps2: improve function prototypes in ps2.c and ps2.h new 494145b286 ps2: introduce PS2DeviceClass new 108cb22e48 ps2: implement ps2_reset() for the PS2_DEVICE QOM type based [...] new a243ecf8c0 ps2: remove duplicate setting of scancode_set in ps2_kbd_init() new ea247a0f36 ps2: implement ps2_kbd_realize() and use it to register ps2_ [...] new 4a68b4822f ps2: implement ps2_mouse_realize() and use it to register ps [...] new f055f5075a ps2: don't use vmstate_register() in ps2_kbd_init() new 97259e70cb ps2: don't use vmstate_register() in ps2_mouse_init() new 600f71109d pl050: checkpatch fixes new eca9e8702b pl050: split pl050_update_irq() into separate pl050_set_irq( [...] new 2a93d3c165 lasips2: spacing fixes new f342469f21 lasips2: rename ps2dev_update_irq() to lasips2_port_set_irq() new 32be01575d pckbd: checkpatch fixes new 77adda52ef pckbd: move KBDState from pckbd.c to i8042.h new c9849a71b9 pckbd: move ISAKBDState from pckbd.c to i8042.h new 150ee013ed pckbd: introduce new I8042_MMIO QOM type new 57f6c3aac0 pckbd: implement i8042_mmio_reset() for I8042_MMIO device new d4f5b4d879 pckbd: add mask qdev property to I8042_MMIO device new 7b9fff290c pckbd: add size qdev property to I8042_MMIO device new f4de68d1d4 pckbd: implement i8042_mmio_realize() function new 47fc74154c pckbd: implement i8042_mmio_init() function new 903dd0e49b pckbd: alter i8042_mm_init() to return a I8042_MMIO device new 01d924dce8 pckbd: move mapping of I8042_MMIO registers to MIPS magnum machine new 75877e9356 pckbd: more vmstate_register() from i8042_mm_init() to i8042 [...] new 488d1537a1 pckbd: move ps2_kbd_init() and ps2_mouse_init() to i8042_mmi [...] new 52b28f76dd ps2: make ps2_raise_irq() function static new 892e9bbe59 ps2: use ps2_raise_irq() instead of calling update_irq() directly new 5cb6e55622 ps2: introduce ps2_lower_irq() instead of calling update_irq [...] new 6beb79e11a ps2: add gpio for output IRQ and optionally use it in ps2_ra [...] new c2b1747973 pckbd: replace irq_kbd and irq_mouse with qemu_irq array in [...] new 423bcb234b pl050: switch over from update_irq() function to PS2 device gpio new 1d9d4b072d pl050: add QEMU interface comment new 653b388c39 lasips2: QOMify LASIPS2State new 07c68b5010 lasips2: move lasips2 QOM types from lasips2.c to lasips2.h new 5cbf35d20f lasips2: rename lasips2_init() to lasips2_initfn() and updat [...] new 63195aa5a5 lasips2: implement lasips2_init() function new 6479296fe5 lasips2: move mapping of LASIPS2 registers to HPPA machine new 02bb59a0e0 lasips2: move initialisation of PS2 ports from lasi_initfn() [...] new 42119fdb2e lasips2: add base property new 1702627c33 lasips2: implement lasips2_realize() new 97bc05971b lasips2: use sysbus IRQ for output IRQ new 0d1ac496a2 lasips2: switch over from update_irq() function to PS2 device gpio new 501f062e91 lasips2: add QEMU interface comment new cb663a81c1 pckbd: switch I8042_MMIO device from update_irq() function t [...] new 57de3c1d35 pckbd: add QEMU interface comment for I8042_MMIO device new 55870d6f27 pckbd: add i8042_reset() function to I8042 device new 6eb252d50c pckbd: switch I8042 device from update_irq() function to PS2 [...] new 38f426b8af pckbd: add QEMU interface comment for I8042 device new 7227de94ad ps2: remove update_irq() function and update_arg parameter new 39fbaeca09 artist: set memory region owners for buffers to the artist device new 097ccbbbaf Merge tag 'qemu-sparc-20220626' of https://github.com/mcayla [...]
The 56 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/artist.c | 2 +- hw/hppa/machine.c | 11 +- hw/input/lasips2.c | 123 +++++++---- hw/input/pckbd.c | 338 ++++++++++++++++++++---------- hw/input/pl050.c | 56 +++-- hw/input/ps2.c | 501 ++++++++++++++++++++++++++------------------- hw/mips/jazz.c | 11 +- include/hw/input/i8042.h | 75 ++++++- include/hw/input/lasips2.h | 39 +++- include/hw/input/ps2.h | 79 ++++++- 10 files changed, 846 insertions(+), 389 deletions(-)