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-aarch64-build_cross
in repository toolchain/ci/qemu.
from edf6ea6fbe Merge remote-tracking branch 'remotes/kraxel/tags/usb-202009 [...]
new 38b01a997e hw/input/tsc2xxx: Reduce MouseTransformInfo structure exposure
new 0fc0142828 Merge remote-tracking branch 'remotes/kraxel/tags/input-2020 [...]
new 14f16bf947 qemu-img: Support bitmap --merge into backing image
new c122bca9cd Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmap [...]
new efba15959c qom: simplify object_find_property / object_class_find_property
new c4332cd1dc smp: drop support for deprecated (invalid topologies)
new 07b0db0efb cryptodev-vhost-user: Register "chardev" as class property
new 1f14e38893 cryptodev-backend: Register "chardev" as class property
new ab76d63a88 s390x: Register all CPU properties as class properties
new 2decc51f19 cpu/core: Register core-id and nr-threads as class properties
new f93a83c004 xlnx-zcu102: Register properties as class properties
new acd5b054e4 machine: Register "memory-backend" as class property
new 53f6474626 i440fx: Register i440FX-pcihost properties as class properties
new fabbcbd953 sifive_e: Register "revb" as class property
new 418b473e8f sifive_u: Register "start-in-flash" as class property
new f7f1d916b2 Merge remote-tracking branch 'remotes/ehabkost/tags/machine- [...]
new d4b70fa4ed audio: handle buf == NULL in put_buffer_out()
new 4c3356f965 audio/audio: fix video playback slowdown with spiceaudio
new aec6d0dc4e audio/spiceaudio: always rate limit playback stream
new b9896dc5be audio: align audio_generic_read with audio_pcm_hw_run_in
new ac221f45e3 audio: remove unnecessary calls to put_buffer_in
new 2d8823077e audio: align audio_generic_write with audio_pcm_hw_run_out
new a8a98cfd42 audio: run downstream playback queue unconditionally
new f0c4555edf audio: remove qemu_spice_audio_init()
new 5e626fa736 audio: build spiceaudio as module
new 1bd5556f66 Merge remote-tracking branch 'remotes/kraxel/tags/audio-2020 [...]
The 26 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:
audio/audio.c | 80 +++++++++++++++++++++++++++++++++-------
audio/meson.build | 4 +-
audio/spiceaudio.c | 26 ++++++-------
backends/cryptodev-vhost-user.c | 13 +++----
backends/cryptodev.c | 8 ++--
docs/system/deprecated.rst | 26 ++++++-------
hw/arm/armv7m.c | 10 ++---
hw/arm/exynos4210.c | 2 +-
hw/arm/highbank.c | 2 +-
hw/arm/integratorcp.c | 2 +-
hw/arm/realview.c | 2 +-
hw/arm/sbsa-ref.c | 2 +-
hw/arm/versatilepb.c | 2 +-
hw/arm/vexpress.c | 4 +-
hw/arm/virt.c | 10 ++---
hw/arm/xilinx_zynq.c | 2 +-
hw/arm/xlnx-zcu102.c | 25 +++++++------
hw/core/machine.c | 28 +++++---------
hw/core/qdev-properties-system.c | 2 +-
hw/core/sysbus.c | 2 +-
hw/cpu/a15mpcore.c | 4 +-
hw/cpu/a9mpcore.c | 2 +-
hw/cpu/core.c | 8 ++--
hw/i386/pc.c | 16 ++------
hw/misc/iotkit-sysctl.c | 2 +-
hw/pci-host/i440fx.c | 32 ++++++++--------
hw/pci/pci.c | 2 +-
hw/riscv/sifive_e.c | 11 +++---
hw/riscv/sifive_u.c | 16 ++++----
hw/scsi/scsi-bus.c | 4 +-
include/hw/input/tsc2xxx.h | 8 +++-
include/qom/object.h | 48 +++++++++++++++++++++---
include/ui/console.h | 8 ----
include/ui/qemu-spice.h | 1 -
qemu-img.c | 11 ++++--
qom/object.c | 60 +++++++++++++++++-------------
target/arm/monitor.c | 2 +-
target/i386/cpu.c | 2 +-
target/ppc/translate_init.c.inc | 2 +-
target/s390x/cpu.c | 1 -
target/s390x/cpu_models.c | 35 ++++++++----------
target/s390x/internal.h | 1 -
tests/qemu-iotests/291 | 12 ++++++
tests/qemu-iotests/291.out | 56 ++++++++++++++++++++++++++++
ui/spice-core.c | 1 -
45 files changed, 371 insertions(+), 226 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-aarch64-build_cross
in repository toolchain/ci/glibc.
from 681900d296 x86: Harden printf against non-normal long double values (bu [...]
adds 3322ecbfe2 powerpc: Protect dl_powerpc_cpu_features on INIT_ARCH() [BZ #26615]
adds 03e26098b1 benchtests: Run _Float128 tests only on architectures that s [...]
new b3b0b6916a Set locale related environment variables in debugglibc.sh
new f7e3f92b7c strncmp: Add a testcase for page boundary [BZ #25933]
new 659c041188 strcmp: Add a testcase for page boundary
new c4277ba234 bench-strncmp.c: Add workloads on page boundary
new 06e95b93f0 bench-strcmp.c: Add workloads on page boundary
The 5 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:
Makefile | 9 ++
benchtests/Makefile | 6 +-
benchtests/bench-strcmp.c | 56 +++++++++
benchtests/bench-strncmp.c | 128 +++++++++++++++++++++
benchtests/expf128-inputs | 4 +-
benchtests/powf128-inputs | 4 +-
benchtests/sinf128-inputs | 4 +-
string/test-strcmp.c | 33 ++++++
string/test-strncmp.c | 33 ++++++
.../powerpc/powerpc32/power4/multiarch/init-arch.h | 2 +-
10 files changed, 271 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-aarch64-build_cross
in repository toolchain/ci/base-artifacts.
discards bb5f27df5 0: update: binutils-gcc-glibc-qemu: 6
new 11dc6944d 0: update: binutils-gcc-glibc-qemu: 6
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (bb5f27df5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-aarch64 [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 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:
01-reset_artifacts/console.log | 174 +-
02-prepare_abe/console.log | 440 +-
04-build_abe-binutils/console.log | 10370 +-
05-build_abe-stage1/console.log | 14834 ++-
06-build_abe-linux/console.log | 304 +-
07-build_abe-glibc/console.log | 100872 ++++++++++---------
08-build_abe-stage2/console.log | 38634 ++++---
09-build_abe-qemu/console.log | 1260 +-
10-check_regression/console.log | 2 +-
11-update_baseline/console.log | 2 +-
console.log | 188508 +++++++++++++++++------------------
jenkins/manifest.sh | 22 +-
12 files changed, 177507 insertions(+), 177915 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d482c07b345 c++: restrict test to c++>=11 [pr97171]
new 6b6c89b37bc c++: add testcase [PR97177]
The 1 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:
gcc/testsuite/g++.dg/template/local-var1.C | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/template/local-var1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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-check_cross
in repository toolchain/ci/base-artifacts.
discards 49c808ed2 7: update: binutils-851257b5fc3a21659cfb2504c03001535756cf4a: 1
new 7d3772b9e 7: update: binutils-6eee0315f6767ba932f19513af1ff432e5071bea: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (49c808ed2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-arm-che [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 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:
01-reset_artifacts/console.log | 210 +-
02-prepare_abe/console.log | 352 +-
03-build_abe-binutils/console.log | 11529 +-
04-build_abe-stage1/console.log | 19902 ++--
05-build_abe-linux/console.log | 254 +-
06-build_abe-glibc/console.log | 32511 +++---
07-build_abe-stage2/console.log | 45640 ++++----
08-build_abe-qemu/console.log | 3016 +-
09-build_abe-dejagnu/console.log | 184 +-
10-build_abe-check_gcc/console.log | 32758 +++---
11-check_regression/console.log | 44 +-
11-check_regression/results.regressions | 6 +-
12-update_baseline/console.log | 15401 +--
12-update_baseline/results.regressions | 6 +-
console.log | 163025 +++++++++++++++--------------
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 2280224 -> 2280952 bytes
sumfiles/g++.sum | 92 +-
sumfiles/gcc.log.xz | Bin 2021976 -> 2016484 bytes
sumfiles/gcc.sum | 312 +-
sumfiles/gfortran.log.xz | Bin 770320 -> 765968 bytes
sumfiles/gfortran.sum | 32 +-
sumfiles/libatomic.log.xz | Bin 2228 -> 2228 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 127180 -> 127120 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2604 -> 2596 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 412136 -> 411980 bytes
sumfiles/libstdc++.sum | 8 +-
30 files changed, 162833 insertions(+), 162483 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 47231a198 0: update: gcc-132ddcc78c118a6ab52063193462bf2a6dbdae32: 1
new 04b1c910d 0: update: gcc-3bec35d813cc706b3334bd0b0edbd51869b0f725: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (47231a198)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 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:
01-reset_artifacts/console.log | 184 +-
02-prepare_abe/console.log | 420 +-
04-build_abe-bootstrap_O1/console.log | 88689 ++++++++++++++++---------------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 6 +-
console.log | 89335 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 89258 insertions(+), 89390 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.