This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/qemu.
from eb2c66b10e Merge remote-tracking branch 'remotes/maxreitz/tags/pull-blo [...] adds 94248cfc04 tcg/ppc: Sanitize immediate shifts adds 852f933e48 tcg: Fix do_nonatomic_op_* vs signed operations adds cd9557616f Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-2020 [...] adds 89aa165e1d stubs: add isa_create_simple adds 3af87d9169 stubs: add pci_create_simple adds 542e0c557b audio: add deprecated_register_soundhw adds 2957f5ada7 audio: deprecate -soundhw ac97 adds 0e933febfe audio: deprecate -soundhw es1370 adds 86388a3bfc audio: deprecate -soundhw adlib adds 6497a63679 audio: deprecate -soundhw cs4231a adds ba541176f4 audio: deprecate -soundhw gus adds 4b96159ecc audio: deprecate -soundhw sb16 adds fcb541c14e audio: deprecate -soundhw hda adds 10e2483b5f pc_basic_device_init: pass PCMachineState adds c52e7bbbaf pc_basic_device_init: drop has_pit arg adds 8859f07279 pc_basic_device_init: drop no_vmport arg adds dea1fb887c softmmu: initialize spice and audio earlier adds 525d654d7a audio: rework pcspk_init() adds 6b8d141648 audio: create pcspk device early adds 2e16ec0541 audio: deprecate -soundhw pcspk adds 825ff02911 audio: add soundhw deprecation notice adds 59e7583905 pcspk: update docs/system/target-i386-desc.rst.inc adds 2336172d9b audio: set default value for pcspk.iobase property adds 8796c64ecd Merge remote-tracking branch 'remotes/kraxel/tags/audio-2020 [...] new 78318119ee target/m68k: fix physical address translation in m68k_cpu_ge [...] new 852002b566 target/m68k: consolidate physical translation offset into ge [...] new d159dd058c softfloat,m68k: disable floatx80_invalid_encoding() for m68k new 48f22ad04e Merge remote-tracking branch 'remotes/vivier/tags/m68k-next- [...] new db7b62e706 fix the prototype of muls64/mulu64 new be99a9a09d trivial: Respect alphabetical order of .o files in Makefile.objs new 0f57f8d84f .mailmap: Update Alexander Graf email address new 428a377704 MAINTAINERS: Update Radoslaw Biernacki email address new 8f4d955582 util/qemu-option: Document the get_opt_value() function new 2a345149d1 intel_iommu: "aw-bits" error message still refers to "x-aw-bits" new 89615cfef5 net/tap-solaris.c: Include qemu-common.h for TFR macro new 3d7cad3c23 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-b [...] new 28457744c3 module: qom module support new 0f8198f1b2 object: qom module support new 7ab6e7fcce qdev: device module support new c4ddab7ae5 build: fix device module builds new 8887312b40 ccid: build smartcard as module new aa9c8573be usb: build usb-redir as module new d39e93d483 vga: build qxl as module new 9ad7ecf6a6 vga: build virtio-gpu only once new 8d5a24c83d vga: build virtio-gpu as module new ef138c7724 chardev: enable modules, use for braille new aff2caf6b3 Merge remote-tracking branch 'remotes/kraxel/tags/modules-20 [...]
The 23 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: .mailmap | 2 ++ MAINTAINERS | 2 +- Makefile.objs | 2 ++ Makefile.target | 14 ++++++++ chardev/Makefile.objs | 5 ++- chardev/char.c | 2 +- docs/system/deprecated.rst | 9 +++++ docs/system/target-i386-desc.rst.inc | 13 ++++++- hw/Makefile.objs | 2 ++ hw/audio/ac97.c | 9 ++--- hw/audio/adlib.c | 8 +---- hw/audio/cs4231a.c | 8 +---- hw/audio/es1370.c | 9 ++--- hw/audio/gus.c | 8 +---- hw/audio/intel-hda.c | 3 ++ hw/audio/pcspk.c | 26 +++++++++++--- hw/audio/sb16.c | 9 ++--- hw/audio/soundhw.c | 24 ++++++++++++- hw/core/qdev.c | 6 ++-- hw/display/Makefile.objs | 30 +++++++++------- hw/i386/intel_iommu.c | 2 +- hw/i386/pc.c | 14 ++++---- hw/i386/pc_piix.c | 3 +- hw/i386/pc_q35.c | 3 +- hw/isa/i82378.c | 2 +- hw/mips/jazz.c | 2 +- hw/usb/Makefile.objs | 13 ++++--- include/fpu/softfloat.h | 24 +++++++++++++ include/hw/audio/pcspk.h | 12 ++----- include/hw/audio/soundhw.h | 2 ++ include/hw/i386/pc.h | 6 ++-- include/qemu/host-utils.h | 4 +-- include/qemu/module.h | 2 ++ include/qemu/option.h | 13 +++++++ include/qom/object.h | 12 +++++++ net/tap-solaris.c | 1 + qdev-monitor.c | 7 ++-- qom/object.c | 14 ++++++++ qom/qom-qmp-cmds.c | 3 +- softmmu/vl.c | 16 ++++----- stubs/Makefile.objs | 4 ++- stubs/isa-bus.c | 7 ++++ stubs/pci-bus.c | 7 ++++ target/m68k/helper.c | 17 +++++---- tcg/ppc/tcg-target.inc.c | 15 +++++--- tcg/tcg-op.c | 10 +++--- util/module.c | 67 ++++++++++++++++++++++++++++++++++++ 47 files changed, 346 insertions(+), 127 deletions(-) create mode 100644 stubs/isa-bus.c create mode 100644 stubs/pci-bus.c