This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 53b803333 0: update: binutils-llvm-linux-qemu: boot
new b9fa643b1 0: update: binutils-llvm-linux-qemu: boot
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 (53b803333)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 1592 -> 1740 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 42652 -> 42932 bytes
04-build_llvm/console.log.xz | Bin 57660 -> 57752 bytes
05-build_abe-qemu/console.log.xz | Bin 30556 -> 30664 bytes
06-build_linux/console.log.xz | Bin 3672 -> 3624 bytes
07-boot_linux/console.log.xz | Bin 6032 -> 6052 bytes
08-check_regression/console.log.xz | Bin 412 -> 416 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 18 +++++++++---------
10 files changed, 10 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/qemu.
from bb4aa8f59e Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...]
new 7237c7ce77 qapi/machine: Fix an incorrect comment of SMPConfiguration
new c2511b1632 machine: Deprecate "parameter=0" SMP configurations
new 5d8b5a5055 machine: Minor refactor/fix for the smp parsers
new 9a52b50806 machine: Uniformly use maxcpus to calculate the omitted parameters
new 7d8c5a3962 machine: Set the value of cpus to match maxcpus if it's omitted
new 52082d3ba4 machine: Improve the error reporting of smp parsing
new afc8e9aaa7 qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfg
new bbb0c0ec6d qtest/numa-test: Use detailed -smp CLIs in test_def_cpu_split
new 4a0af2930a machine: Prefer cores over sockets in smp parsing since 6.2
new 69fc28a78d machine: Use ms instead of global current_machine in sanity-check
new 003f230e37 machine: Tweak the order of topology members in struct CpuTopology
new e4a97a893b machine: Make smp_parse generic enough for all arches
new 7687b2b3ed machine: Remove smp_parse callback from MachineClass
new 2b52619994 machine: Move smp_prefer_sockets to struct SMPCompatProps
new e7f944bb94 machine: Use g_autoptr in machine_set_smp
new 8bdfec393a machine: Put all sanity-check in the generic SMP parser
new 988f7b8bfe i386: Support KVM_CAP_ENFORCE_PV_FEATURE_CPUID
new 70367f0917 i386: Support KVM_CAP_HYPERV_ENFORCE_CPUID
new 050716292a i386: Move HV_APIC_ACCESS_RECOMMENDED bit setting to hyperv_ [...]
new e1f9a8e8c9 i386: Implement pseudo 'hv-avic' ('hv-apicv') enlightenment
new af7228b88d i386: Make Hyper-V version id configurable
new f701ecec2b i386: Change the default Hyper-V version to match WS2016
new bcfdfae78f docs: name included files ".rst.inc"
new f9df7aac75 docs: move notes inside the body of the document
new 8b8939e44f docs: put "make" information together in build-system.rst
new 768f14f94e docs: reorganize qgraph.rst
new e9adb4ace2 docs: reorganize tcg-plugins.rst
new 9fce360176 docs: move gcov section at the end of testing.rst
new 16e79e1b01 docs: reorganize testing.rst
new 5f99210238 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstr [...]
The 30 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:
docs/about/deprecated.rst | 15 ++
docs/devel/build-system.rst | 21 ++-
.../{ci-definitions.rst => ci-definitions.rst.inc} | 0
docs/devel/{ci-jobs.rst => ci-jobs.rst.inc} | 0
docs/devel/{ci-runners.rst => ci-runners.rst.inc} | 0
docs/devel/ci.rst | 6 +-
docs/devel/multi-process.rst | 20 ++-
docs/devel/qgraph.rst | 132 +++++++-------
docs/devel/tcg-plugins.rst | 93 +++++-----
docs/devel/testing.rst | 182 ++++++++++---------
docs/hyperv.txt | 41 ++++-
hw/arm/virt.c | 1 +
hw/core/machine.c | 199 ++++++++++++++-------
hw/i386/pc.c | 69 +------
hw/i386/pc_piix.c | 1 +
hw/i386/pc_q35.c | 1 +
hw/ppc/spapr.c | 1 +
hw/s390x/s390-virtio-ccw.c | 1 +
include/hw/boards.h | 23 ++-
qapi/machine.json | 2 +-
qemu-options.hx | 24 ++-
target/i386/cpu.c | 22 ++-
target/i386/cpu.h | 12 +-
target/i386/kvm/hyperv-proto.h | 1 +
target/i386/kvm/kvm.c | 62 +++++--
tests/qtest/numa-test.c | 6 +-
26 files changed, 547 insertions(+), 388 deletions(-)
rename docs/devel/{ci-definitions.rst => ci-definitions.rst.inc} (100%)
rename docs/devel/{ci-jobs.rst => ci-jobs.rst.inc} (100%)
rename docs/devel/{ci-runners.rst => ci-runners.rst.inc} (100%)
--
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_build/master-aarch64
in repository toolchain/ci/linux.
from f5b667ded075 thermal: Update information in MAINTAINERS
adds 172da89ed0ea s390/cio: avoid excessive path-verification requests
adds 53d5fc89d66a Merge tag 's390-5.15-4' of git://git.kernel.org/pub/scm/li [...]
No new revisions were added by this update.
Summary of changes:
drivers/s390/cio/blacklist.c | 8 +++++---
drivers/s390/cio/css.c | 40 +++++++++++++++++++++++++++++++---------
drivers/s390/cio/css.h | 10 +++++++++-
3 files changed, 45 insertions(+), 13 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_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from beed8c1dbd Fix build failure for 32-bit targets
adds 223809519e Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards fd95f8466 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 74142f911 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (fd95f8466)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1564 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2784 bytes
04-build_abe-binutils/console.log.xz | Bin 45324 -> 45124 bytes
05-build_abe-stage1/console.log.xz | Bin 71452 -> 71384 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 9060 -> 8748 bytes
08-build_abe-glibc/console.log.xz | Bin 235932 -> 236028 bytes
09-build_abe-stage2/console.log.xz | Bin 200748 -> 200484 bytes
10-build_abe-gdb/console.log.xz | Bin 44916 -> 44456 bytes
11-build_abe-qemu/console.log.xz | Bin 30904 -> 31108 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 26 +++++++++++++-------------
13 files changed, 21 insertions(+), 21 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_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from beed8c1dbd Fix build failure for 32-bit targets
adds 223809519e Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 686688ac1 0: update: binutils-gcc: 1
new 9ba1972f7 0: update: binutils-gcc: 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 (686688ac1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/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.xz | Bin 1600 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 53772 -> 52504 bytes
04-build_abe-gcc/console.log.xz | Bin 208176 -> 207700 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3872 -> 3872 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2464 -> 2424 bytes
07-check_regression/console.log.xz | Bin 6472 -> 3808 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 35 +-
07-check_regression/results.compare | 66 +-
07-check_regression/results.compare2 | 1121 +--------
07-check_regression/results.regressions | 66 +-
08-update_baseline/console.log | 1703 +++----------
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 35 +-
08-update_baseline/results.compare | 66 +-
08-update_baseline/results.compare2 | 1121 +--------
08-update_baseline/results.regressions | 66 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3381452 -> 3406344 bytes
sumfiles/g++.sum | 174 +-
sumfiles/gcc.log.xz | Bin 2870216 -> 2862992 bytes
sumfiles/gcc.sum | 4006 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 868768 -> 864648 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2168 -> 2160 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 168992 -> 169112 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2532 -> 2528 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 426400 -> 424856 bytes
sumfiles/libstdc++.sum | 27 +-
33 files changed, 2874 insertions(+), 5694 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
in repository toolchain/ci/interesting-commits.
from 58d6d29 Add regression 6de9f0c13b27c34336587da19d03200f8cc6bcd5 from [...]
new f5f3142 Add regression 6de9f0c13b27c34336587da19d03200f8cc6bcd5 from [...]
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.