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-arm in repository toolchain/ci/qemu.
from bccabb3a5d Update version for v6.1.0-rc2 release adds 4cfd970ec1 util: fix abstract socket path copy adds 30f80be34b chardev/socket: print a more correct command-line address adds bf7b1eab25 chardev: mark explicitly first argument as poisoned adds bb2b058f1a chardev: fix fd_chr_add_watch() when in != out adds 46fe3ff6ea chardev: fix qemu_chr_open_fd() being called with fd=-1 adds 733ba02084 chardev: fix qemu_chr_open_fd() with fd_in==fd_out adds 64195b0d36 chardev: give some context on chardev-add error adds a68403b0a6 chardev: report a simpler error about duplicated id adds 287d53398a Merge remote-tracking branch 'remotes/marcandre/tags/chr-fix [...] adds e0366f9f2b docs/devel/qapi-code-gen: Update examples to match current code adds f7aa076dbd docs: convert qapi-code-gen.txt to ReST adds 55927c5f32 docs/qapi-code-gen: Beautify formatting adds 9c66762a60 docs/qapi-code-gen: add cross-references adds 68e6dc594a docs: convert writing-qmp-commands.txt to writing-qmp-commands.rst adds ca92f16276 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi- [...] adds 0c40c18ecd linux-user: fix guest/host address mixup in i386 setup_rt_frame() adds 030912e01c linux-user/elfload: byteswap i386 registers when dumping core adds dee64246de Merge remote-tracking branch 'remotes/vivier2/tags/linux-use [...]
No new revisions were added by this update.
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%)