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 bccabb3a5d Update version for v6.1.0-rc2 release new 4cfd970ec1 util: fix abstract socket path copy new 30f80be34b chardev/socket: print a more correct command-line address new bf7b1eab25 chardev: mark explicitly first argument as poisoned new bb2b058f1a chardev: fix fd_chr_add_watch() when in != out new 46fe3ff6ea chardev: fix qemu_chr_open_fd() being called with fd=-1 new 733ba02084 chardev: fix qemu_chr_open_fd() with fd_in==fd_out new 64195b0d36 chardev: give some context on chardev-add error new a68403b0a6 chardev: report a simpler error about duplicated id new 287d53398a Merge remote-tracking branch 'remotes/marcandre/tags/chr-fix [...] new e0366f9f2b docs/devel/qapi-code-gen: Update examples to match current code new f7aa076dbd docs: convert qapi-code-gen.txt to ReST new 55927c5f32 docs/qapi-code-gen: Beautify formatting new 9c66762a60 docs/qapi-code-gen: add cross-references new 68e6dc594a docs: convert writing-qmp-commands.txt to writing-qmp-commands.rst new ca92f16276 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi- [...] new 0c40c18ecd linux-user: fix guest/host address mixup in i386 setup_rt_frame() new 030912e01c linux-user/elfload: byteswap i386 registers when dumping core new dee64246de Merge remote-tracking branch 'remotes/vivier2/tags/linux-use [...]
The 18 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: chardev/char-fd.c | 119 ++- chardev/char-fe.c | 2 +- chardev/char-socket.c | 4 +- chardev/char.c | 20 +- docs/devel/index.rst | 2 + .../devel/{qapi-code-gen.txt => qapi-code-gen.rst} | 837 ++++++++++++--------- ...g-qmp-commands.txt => writing-qmp-commands.rst} | 595 ++++++++------- hw/char/cadence_uart.c | 2 +- hw/char/cmsdk-apb-uart.c | 2 +- hw/char/ibex_uart.c | 2 +- hw/char/nrf51_uart.c | 2 +- hw/char/serial.c | 2 +- hw/char/virtio-console.c | 2 +- hw/usb/redirect.c | 2 +- hw/virtio/vhost-user.c | 2 +- include/chardev/char-fe.h | 8 +- linux-user/elfload.c | 88 +-- linux-user/i386/signal.c | 8 +- monitor/monitor.c | 2 +- net/vhost-user.c | 4 +- util/qemu-sockets.c | 5 +- 21 files changed, 969 insertions(+), 741 deletions(-) rename docs/devel/{qapi-code-gen.txt => qapi-code-gen.rst} (75%) rename docs/devel/{writing-qmp-commands.txt => writing-qmp-commands.rst} (61%)