This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 038a7150ec0 compiler: unalias types for hash/equality functions
new 5ee8e1d1b0c compiler: in Sort_bindings return false if comparing value [...]
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/export.cc | 3 +++
2 files changed, 4 insertions(+), 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_bootstrap/master-arm-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
discards d69116e8 0: update: binutils-gcc: 2
new ad7a37fb 0: update: gcc-85d613da341b76308edea48359a5dbc7061937c4: 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 (d69116e8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-arm [...]
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 1544 -> 1624 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 51824 -> 51724 bytes
05-build_abe-bootstrap_profiled/console.log.xz | Bin 935476 -> 934092 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 4 ++--
jenkins/manifest.sh | 11 +++++------
7 files changed, 7 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/qemu.
from 2b049d2c8d Merge tag 'pull-aspeed-20220622' of https://github.com/legoa [...]
new f6f213e4c7 migration: Remove RDMA_UNREGISTRATION_EXAMPLE
new 803ca43e4c QIOChannelSocket: Introduce assert and reduce ifdefs to impr [...]
new 4f5a09714c QIOChannelSocket: Fix zero-copy send so socket flush works
new 1abaec9a1b migration: Change zero_copy_send from migration parameter to [...]
new 87e4276449 io: add a QIOChannelNull equivalent to /dev/null
new c0e0825c98 migration: switch to use QIOChannelNull for dummy channel
new 246683c22f migration: remove unreachble RDMA code in save_hook impl
new c7fc8d323a migration: rename rate limiting fields in QEMUFile
new 154d87b4ef migration: rename 'pos' field in QEMUFile to 'bytes_processed'
new fbfa6404e5 migration: rename qemu_ftell to qemu_file_total_transferred
new 1a93bd2f60 migration: rename qemu_update_position to qemu_file_credit_transfer
new bc698c367d migration: rename qemu_file_update_transfer to qemu_file_acc [...]
new 65cf200a51 migration: introduce a QIOChannel impl for BlockDriverState VMState
new 67bdabe2af migration: convert savevm to use QIOChannelBlock for VMState
new 365c0463db migration: stop passing 'opaque' parameter to QEMUFile hooks
new 2893a2884b migration: hardcode assumption that QEMUFile is backed with [...]
new c0c6e1e2dd migration: introduce new constructors for QEMUFile
new 0f58c3fcc7 migration: remove unused QEMUFileGetFD typedef / qemu_get_fd method
new d3c581b750 migration: remove the QEMUFileOps 'shut_down' callback
new 80ad97069c migration: remove the QEMUFileOps 'set_blocking' callback
new 0ae1f7f055 migration: remove the QEMUFileOps 'close' callback
new f759d7050b migration: remove the QEMUFileOps 'get_buffer' callback
new ec2135eec8 migration: remove the QEMUFileOps 'writev_buffer' callback
new 02bdbe172d migration: remove the QEMUFileOps 'get_return_path' callback
new 77ef2dc1c8 migration: remove the QEMUFileOps abstraction
new 7db86fe2ed Merge tag 'pull-migration-20220623b' of https://gitlab.com/d [...]
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:
include/io/{channel-buffer.h => channel-null.h} | 38 ++--
io/channel-null.c | 237 +++++++++++++++++++++
io/channel-socket.c | 19 +-
io/meson.build | 1 +
io/trace-events | 3 +
migration/block.c | 10 +-
migration/channel-block.c | 195 +++++++++++++++++
.../channel-buffer.h => migration/channel-block.h | 42 ++--
migration/channel.c | 4 +-
migration/colo.c | 5 +-
migration/meson.build | 2 +-
migration/migration.c | 68 +++---
migration/multifd.c | 4 +-
migration/qemu-file-channel.c | 194 -----------------
migration/qemu-file-channel.h | 32 ---
migration/qemu-file.c | 193 +++++++++--------
migration/qemu-file.h | 125 +++++------
migration/ram.c | 8 +-
migration/rdma.c | 185 +++-------------
migration/savevm.c | 55 +----
migration/vmstate.c | 5 +-
monitor/hmp-cmds.c | 6 -
qapi/migration.json | 33 +--
tests/unit/meson.build | 1 +
tests/unit/test-io-channel-null.c | 95 +++++++++
tests/unit/test-vmstate.c | 5 +-
26 files changed, 852 insertions(+), 713 deletions(-)
copy include/io/{channel-buffer.h => channel-null.h} (50%)
create mode 100644 io/channel-null.c
create mode 100644 migration/channel-block.c
copy include/io/channel-buffer.h => migration/channel-block.h (50%)
delete mode 100644 migration/qemu-file-channel.c
delete mode 100644 migration/qemu-file-channel.h
create mode 100644 tests/unit/test-io-channel-null.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_build/master-aarch64
in repository toolchain/ci/gdb.
from 570e911f4e PowerPC64: fix assertion in ppc_build_one_stub with -Os code
adds c86acd3f18 Use PyBool_FromLong
No new revisions were added by this update.
Summary of changes:
gdb/python/py-cmd.c | 3 +--
gdb/python/py-symbol.c | 3 +--
gdb/python/py-type.c | 6 ++----
3 files changed, 4 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/glibc.
from 3079f652d7 x86: Replace all sse instructions with vex equivilent in avx+ files
adds 220b83d83d stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]
new bd42891bb3 x86: Remove faulty sanity tests for RTLD build with no multiarch
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:
stdlib/bits/stdlib.h | 8 ++++----
sysdeps/x86_64/isa-default-impl.h | 10 ----------
2 files changed, 4 insertions(+), 14 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 570e911f4e PowerPC64: fix assertion in ppc_build_one_stub with -Os code
adds c86acd3f18 Use PyBool_FromLong
No new revisions were added by this update.
Summary of changes:
gdb/python/py-cmd.c | 3 +--
gdb/python/py-symbol.c | 3 +--
gdb/python/py-type.c | 6 ++----
3 files changed, 4 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_gnu_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards f8c05043 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new f609c8d7 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 (f8c05043)
\
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 1544 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2748 bytes
04-build_abe-binutils/console.log.xz | Bin 30584 -> 30532 bytes
05-build_abe-stage1/console.log.xz | Bin 72844 -> 72628 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 9068 -> 9248 bytes
08-build_abe-glibc/console.log.xz | Bin 237804 -> 238816 bytes
09-build_abe-stage2/console.log.xz | Bin 202852 -> 203744 bytes
10-build_abe-gdb/console.log.xz | Bin 37564 -> 37864 bytes
11-build_abe-qemu/console.log.xz | Bin 33556 -> 33240 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 22 +++++++++++-----------
jenkins/manifest.sh | 30 +++++++++++++++---------------
13 files changed, 26 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.