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-arm in repository toolchain/ci/qemu.
from 0234342e0e Merge tag 'hppa-serial-fix-pull-request' of https://github.c [...] adds 06680b15b4 include: move qemu_*_exec_dir() to cutils adds 49e0128c48 util/win32: simplify qemu_get_local_state_dir() adds 56b6dab274 tests: make libqmp buildable for win32 adds 69f56c140d qga: flatten safe_open_or_create() adds 0edbfbe31c qga: add qga_open_cloexec() helper adds 1a89a17b76 qga: use qga_open_cloexec() for safe_open_or_create() adds 87ed8b2c2c qga: throw an Error in ga_channel_open() adds b9947c9ce7 qga: replace qemu_open_old() with qga_open_cloexec() adds 561bfcb69d qga: make build_fs_mount_list() return a bool adds a85d09269b test/qga: use G_TEST_DIR to locate os-release test file adds 4f3c5778a9 qga/wixl: prefer variables over environment adds be2db8368f qga/wixl: require Mingw_bin adds 0480a1b67b qga/wixl: simplify some pre-processing adds 5b9e7d05d6 qga/wixl: replace QEMU_GA_MSI_MINGW_BIN_PATH with glib bindir adds bb6960a11a test/qga: use g_auto wherever sensible adds f7a1ea403e Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau [...]
No new revisions were added by this update.
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