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-aarch64 in repository toolchain/ci/qemu.
from 0234342e0e Merge tag 'hppa-serial-fix-pull-request' of https://github.c [...] new 06680b15b4 include: move qemu_*_exec_dir() to cutils new 49e0128c48 util/win32: simplify qemu_get_local_state_dir() new 56b6dab274 tests: make libqmp buildable for win32 new 69f56c140d qga: flatten safe_open_or_create() new 0edbfbe31c qga: add qga_open_cloexec() helper new 1a89a17b76 qga: use qga_open_cloexec() for safe_open_or_create() new 87ed8b2c2c qga: throw an Error in ga_channel_open() new b9947c9ce7 qga: replace qemu_open_old() with qga_open_cloexec() new 561bfcb69d qga: make build_fs_mount_list() return a bool new a85d09269b test/qga: use G_TEST_DIR to locate os-release test file new 4f3c5778a9 qga/wixl: prefer variables over environment new be2db8368f qga/wixl: require Mingw_bin new 0480a1b67b qga/wixl: simplify some pre-processing new 5b9e7d05d6 qga/wixl: replace QEMU_GA_MSI_MINGW_BIN_PATH with glib bindir new bb6960a11a test/qga: use g_auto wherever sensible new f7a1ea403e Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau [...]
The 16 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: configure | 9 +- include/qemu/cutils.h | 7 ++ include/qemu/osdep.h | 8 -- meson.build | 5 +- qemu-io.c | 1 + qga/channel-posix.c | 55 ++++++------- qga/commands-posix.c | 154 +++++++++++++++++------------------ qga/cutils.c | 33 ++++++++ qga/cutils.h | 8 ++ qga/installer/qemu-ga.wxs | 83 +++++++------------ qga/meson.build | 12 +-- storage-daemon/qemu-storage-daemon.c | 1 + tests/qtest/fuzz/fuzz.c | 1 + tests/qtest/libqmp.c | 34 ++++++-- tests/qtest/libqmp.h | 2 + tests/unit/test-qga.c | 130 +++++++++++------------------ util/cutils.c | 117 ++++++++++++++++++++++++++ util/oslib-posix.c | 86 +------------------ util/oslib-win32.c | 53 +----------- 19 files changed, 396 insertions(+), 403 deletions(-) create mode 100644 qga/cutils.c create mode 100644 qga/cutils.h