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 76b56fdfc9 Merge tag 'block-pull-request' of https://gitlab.com/stefanh [...]
adds efe84f03ea qtest/libqos: add a function to initialize secondary PCI buses
adds e32b96b559 tests/qtest: add some tests for virtio-net failover
adds 1e2077e223 tests/libqtest: add some virtio-net failover migration cance [...]
adds e1e3d32118 tests/libqtest: add a migration test with two couples of fai [...]
adds a9697d0947 tests/qtest: Run the PPC 32-bit tests with the 64-bit target [...]
adds bf22f15114 tests/qtest: Fence the tests that need xlnx-zcu102 with CONF [...]
adds 5516a3b592 tests/qtest: Add a function that gets a list with available [...]
adds 719051ca3f tests/qtest: Add a function to check whether a machine is available
adds e6a52b3651 Move the libssh setup from configure to meson.build
adds f462be4c06 gitlab-ci.d/buildtest: Add jobs that run the device-crash-test
adds f11b0a4892 gitlab-ci: Add cirrus-ci based tests for NetBSD and OpenBSD
adds 7b140d2359 virtio-iommu: Remove set_config callback
adds 3a411b2d96 virtio-iommu: Fix endianness in get_config
adds 6b77ae0531 virtio-iommu: Fix the domain_range end
adds becf88730b tests: qtest: Add virtio-iommu test
adds 7876cba8fc gitlab-ci: Test compilation on Windows with MSYS2
adds 5d3da09e44 Merge tag 'pull-request-2021-12-15' of https://gitlab.com/th [...]
adds 672159a97c migration/ram.c: Remove the qemu_mutex_lock in colo_flush_ra [...]
adds 0e0f0479e2 migration/colo: More accurate update checkpoint time
adds 795969ab1f Fixed a QEMU hang when guest poweroff in COLO mode
adds 751fe4c608 migration/colo: Optimize COLO primary node start code path
adds bad452a77e migration: Remove is_zero_range()
adds f13f22badc dump: Remove is_zero_page()
adds 47a1782461 multifd: Delete useless operation
adds 144fa06b34 migration: Never call twice qemu_target_page_size()
adds 90a3d2f9d5 multifd: Rename used field to num
adds 18ede636bc multifd: Add missing documention
adds 1943c11a62 multifd: The variable is only used inside the loop
adds 02fb81043e multifd: remove used parameter from send_prepare() method
adds 40a4bfe9d3 multifd: remove used parameter from send_recv_pages() method
adds 01102a2ef6 multifd: Fill offset and block for reception
adds 077fbb5942 multifd: Shut down the QIO channels to avoid blocking the se [...]
adds 9c5c8ff24e COLO: Move some trace code behind qemu_mutex_unlock_iothread()
adds f5ff548774 multifd: Make zstd compression method not use iovs
adds a5ed229488 multifd: Make zlib compression method not use iovs
adds 0da6106883 Merge tag 'migration-20211214-pull-request' of https://gitla [...]
No new revisions were added by this update.
Summary of changes:
.gitlab-ci.d/buildtest.yml | 23 +
.gitlab-ci.d/cirrus.yml | 35 +
.gitlab-ci.d/cirrus/kvm-build.yml | 31 +
.gitlab-ci.d/qemu-project.yml | 1 +
.gitlab-ci.d/windows.yml | 98 +++
configure | 27 -
dump/dump.c | 10 +-
hw/virtio/trace-events | 3 +-
hw/virtio/virtio-iommu.c | 42 +-
include/hw/pci/pci_bridge.h | 8 +
include/migration/colo.h | 1 +
meson.build | 13 +-
meson_options.txt | 2 +
migration/colo.c | 33 +-
migration/migration.c | 26 +-
migration/multifd-zlib.c | 48 +-
migration/multifd-zstd.c | 47 +-
migration/multifd.c | 70 +-
migration/multifd.h | 6 +-
migration/ram.c | 11 +-
migration/savevm.c | 5 +-
scripts/meson-buildoptions.sh | 3 +
tests/qtest/boot-serial-test.c | 3 +-
tests/qtest/cdrom-test.c | 8 +-
tests/qtest/libqos/libqtest.h | 8 +
tests/qtest/libqos/meson.build | 1 +
tests/qtest/libqos/pci.c | 119 ++++
tests/qtest/libqos/pci.h | 1 +
tests/qtest/libqos/virtio-iommu.c | 126 ++++
tests/qtest/libqos/virtio-iommu.h | 40 ++
tests/qtest/libqtest.c | 79 ++-
tests/qtest/meson.build | 9 +-
tests/qtest/prom-env-test.c | 8 +-
tests/qtest/virtio-iommu-test.c | 326 +++++++++
tests/qtest/virtio-net-failover.c | 1352 +++++++++++++++++++++++++++++++++++++
35 files changed, 2421 insertions(+), 202 deletions(-)
create mode 100644 .gitlab-ci.d/cirrus/kvm-build.yml
create mode 100644 .gitlab-ci.d/windows.yml
create mode 100644 tests/qtest/libqos/virtio-iommu.c
create mode 100644 tests/qtest/libqos/virtio-iommu.h
create mode 100644 tests/qtest/virtio-iommu-test.c
create mode 100644 tests/qtest/virtio-net-failover.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_gnu_cross_check_gcc/master-arm
in repository toolchain/ci/gdb.
from 161e87d121 PR28694, Out-of-bounds write in stab_xcoff_builtin_type
adds 4d3605c8ca Fix an undefined behaviour in the BFD library's DWARF parser.
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 5 +++++
bfd/dwarf1.c | 6 ++----
2 files changed, 7 insertions(+), 4 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_cross_check_gcc/master-arm
in repository toolchain/ci/glibc.
from a6d2f948b7 Use LFS and 64 bit time for installed programs (BZ #15333)
adds cb976fba4c powerpc: Use global register variable in <thread_pointer.h>
No new revisions were added by this update.
Summary of changes:
sysdeps/powerpc/nptl/thread_pointer.h | 13 +++++++------
sysdeps/powerpc/nptl/tls.h | 7 +------
2 files changed, 8 insertions(+), 12 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_cross_check_gcc/master-arm
in repository toolchain/ci/binutils-gdb.
from 161e87d121 PR28694, Out-of-bounds write in stab_xcoff_builtin_type
adds 4d3605c8ca Fix an undefined behaviour in the BFD library's DWARF parser.
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 5 +++++
bfd/dwarf1.c | 6 ++----
2 files changed, 7 insertions(+), 4 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_cross_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards 1b1b60e9e 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new acd235f46 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (1b1b60e9e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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.xz | Bin 1576 -> 1524 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 30836 -> 30824 bytes
04-build_abe-stage1/console.log.xz | Bin 90152 -> 90428 bytes
06-build_abe-linux/console.log.xz | Bin 9040 -> 9396 bytes
07-build_abe-glibc/console.log.xz | Bin 231816 -> 231560 bytes
08-build_abe-stage2/console.log.xz | Bin 217504 -> 217488 bytes
09-build_abe-gdb/console.log.xz | Bin 38692 -> 38468 bytes
10-build_abe-qemu/console.log.xz | Bin 29580 -> 30416 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3856 -> 3912 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2848 -> 2552 bytes
13-check_regression/console.log.xz | Bin 2832 -> 2608 bytes
13-check_regression/results.compare | 14 -
13-check_regression/results.compare2 | 37 +-
14-update_baseline/console.log | 247 ++--
14-update_baseline/results.compare | 14 -
14-update_baseline/results.compare2 | 37 +-
jenkins/manifest.sh | 26 +-
sumfiles/g++.log.xz | Bin 2604952 -> 2589488 bytes
sumfiles/g++.sum | 14 +-
sumfiles/gcc.log.xz | Bin 2114584 -> 2151816 bytes
sumfiles/gcc.sum | 2246 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 862736 -> 866872 bytes
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.log.xz | Bin 2248 -> 2240 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 170252 -> 170208 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2652 -> 2648 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 415480 -> 416164 bytes
sumfiles/libstdc++.sum | 8 +-
32 files changed, 1296 insertions(+), 1355 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_gcc_bootstrap/release-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
from a7f277ec4 1: reset: gcc-f2cc8d059df8aea1b811a4a68512d137f4e83bd5: 1
new 114367586 2: update: gcc-f2cc8d059df8aea1b811a4a68512d137f4e83bd5: 1
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.xz | Bin 1648 -> 1532 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 59596 -> 58868 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 42732 -> 43460 bytes
06-check_regression/console.log.xz | Bin 1160 -> 416 bytes
06-check_regression/jira-body.txt | 2 --
06-check_regression/mail-body.txt | 26 ----------------
06-check_regression/mail-subject.txt | 1 -
06-check_regression/results.regressions | 6 ----
06-check_regression/trigger-bisect | 2 --
07-update_baseline/console.log | 46 ++++++++++++++++++++++++----
jenkins/manifest.sh | 6 ++--
mail/jira-body.txt | 5 ---
mail/mail-body.txt | 29 ------------------
mail/mail-subject.txt | 1 -
reset-baseline | 0
results | 6 ----
17 files changed, 43 insertions(+), 87 deletions(-)
delete mode 100644 06-check_regression/jira-body.txt
delete mode 100644 06-check_regression/mail-body.txt
delete mode 100644 06-check_regression/mail-subject.txt
delete mode 100644 06-check_regression/results.regressions
delete mode 100644 06-check_regression/trigger-bisect
delete mode 100644 mail/jira-body.txt
delete mode 100644 mail/mail-body.txt
delete mode 100644 mail/mail-subject.txt
delete mode 100644 reset-baseline
--
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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/binutils-gdb.
from 161e87d121 PR28694, Out-of-bounds write in stab_xcoff_builtin_type
adds 4d3605c8ca Fix an undefined behaviour in the BFD library's DWARF parser.
new 261b07488b New --enable-threading configure option to control use of th [...]
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:
bfd/ChangeLog | 5 +++++
bfd/dwarf1.c | 6 ++----
gdb/NEWS | 11 +++++++++++
gdb/configure | 24 +++++++++++++++++++++++-
gdbserver/configure | 24 +++++++++++++++++++++++-
gdbsupport/common.m4 | 22 +++++++++++++++++++---
gdbsupport/configure | 24 +++++++++++++++++++++++-
7 files changed, 106 insertions(+), 10 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_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 3b87b155c 0: update: binutils-gcc: 2
new 56eed786c 0: update: binutils-gcc: 2
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 (3b87b155c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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.xz | Bin 1588 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 38904 -> 38896 bytes
05-build_abe-bootstrap/console.log.xz | Bin 262440 -> 260560 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.