Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-16' into staging
* Fix "readlink -f" problem in iotests on macOS (to fix the Cirrus-CI tests)
* Some minor qtest improvements
* Fix the unit tests to work on MSYS2, too
* Enable building and testing on MSYS2 in the Cirrus-CI
* Build FreeBSD with one task again in the Cirrus-CI
# gpg: Signature made Wed 16 Sep 2020 12:24:29 BST
# gpg: using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
# gpg: issuer "thuth@redhat.com"
# gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [full]
# gpg: aka "Thomas Huth <thuth@redhat.com>" [full]
# gpg: aka "Thomas Huth <huth@tuxfamily.org>" [full]
# gpg: aka "Thomas Huth <th.huth@posteo.de>" [unknown]
# Primary key fingerprint: 27B8 8847 EEE0 2501 18F3 EAB9 2ED9 D774 FE70 2DB5
* remotes/huth-gitlab/tags/pull-request-2020-09-16: (24 commits)
cirrus: Building freebsd in a single shot
ci: Enable msys2 ci in cirrus
tests: Fixes test-qdev-global-props.c
tests: fix test-util-sockets.c
tests: Fixes test-io-channel-file by mask only owner file state mask bits
tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with aio-posix.c
tests: Fixes test-io-channel-socket.c tests under msys2/mingw
vmstate: Fixes test-vmstate.c on msys2/mingw
meson: remove empty else and duplicated gio deps
meson: Use -b to ignore CR vs. CR-LF issues on Windows
osdep: file locking functions are not available on Win32
tests: test-replication disable /replication/secondary/* on msys2/mingw.
tests: Fixes test-replication.c on msys2/mingw.
meson: disable crypto tests are empty under win32
meson: Disable test-char on msys2/mingw for fixing tests stuck
rcu: fixes test-logging.c by call drain_call_rcu before rmdir_full
tests: Convert g_free to g_autofree macro in test-logging.c
rcu: Implement drain_call_rcu
qga/commands-win32: Fix problem with redundant protype declaration
Simplify the .gitignore file
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- .cirrus.yml 71 additions, 27 deletions.cirrus.yml
- .gitignore 0 additions, 152 deletions.gitignore
- include/qemu/osdep.h 1 addition, 1 deletioninclude/qemu/osdep.h
- include/qemu/rcu.h 1 addition, 0 deletionsinclude/qemu/rcu.h
- meson.build 0 additions, 6 deletionsmeson.build
- qga/commands-win32.c 4 additions, 1 deletionqga/commands-win32.c
- tests/meson.build 8 additions, 2 deletionstests/meson.build
- tests/qapi-schema/meson.build 1 addition, 1 deletiontests/qapi-schema/meson.build
- tests/qemu-iotests/check 1 addition, 1 deletiontests/qemu-iotests/check
- tests/qtest/fuzz/fuzz.c 2 additions, 3 deletionstests/qtest/fuzz/fuzz.c
- tests/qtest/qmp-cmd-test.c 5 additions, 5 deletionstests/qtest/qmp-cmd-test.c
- tests/socket-helpers.c 1 addition, 2 deletionstests/socket-helpers.c
- tests/test-io-channel-file.c 11 additions, 1 deletiontests/test-io-channel-file.c
- tests/test-io-channel-socket.c 2 additions, 0 deletionstests/test-io-channel-socket.c
- tests/test-logging.c 3 additions, 2 deletionstests/test-logging.c
- tests/test-qdev-global-props.c 6 additions, 3 deletionstests/test-qdev-global-props.c
- tests/test-replication.c 18 additions, 4 deletionstests/test-replication.c
- tests/test-util-sockets.c 5 additions, 1 deletiontests/test-util-sockets.c
- tests/test-vmstate.c 2 additions, 1 deletiontests/test-vmstate.c
- util/aio-win32.c 10 additions, 2 deletionsutil/aio-win32.c
Loading
Please register or sign in to comment