[PATCH 0/2] Fixes gcrypt testing on msys2/mingw

Yonggang Luo posted 2 patches 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201013010310.497-1-luoyonggang@gmail.com
Maintainers: Stefan Weil <sw@weilnetz.de>, "Daniel P. Berrangé" <berrange@redhat.com>
include/qemu/osdep.h             |  1 +
include/sysemu/os-win32.h        |  5 +++
tests/crypto-tls-psk-helpers.c   |  6 ++-
tests/crypto-tls-x509-helpers.c  |  6 ++-
tests/crypto-tls-x509-helpers.h  |  5 ++-
tests/test-crypto-tlscredsx509.c | 47 +++++++++++---------
tests/test-crypto-tlssession.c   | 64 +++++++++++++++------------
tests/test-io-channel-tls.c      | 49 +++++++++++---------
util/osdep.c                     | 16 +++++++
util/oslib-win32.c               | 76 ++++++++++++++++++++++++++++++++
10 files changed, 198 insertions(+), 77 deletions(-)
[PATCH 0/2] Fixes gcrypt testing on msys2/mingw
Posted by Yonggang Luo 3 years, 6 months ago
gcrypt: test_tls_psk_init should write binary file instead text file.
gcrypt: Enable crypto tests under msys2/mingw by implement custom qemu_socket=
pair

Yonggang Luo (2):
  gcrypt: test_tls_psk_init should write binary file instead text file.
  gcrypt: Enable crypto tests under msys2/mingw

 include/qemu/osdep.h             |  1 +
 include/sysemu/os-win32.h        |  5 +++
 tests/crypto-tls-psk-helpers.c   |  6 ++-
 tests/crypto-tls-x509-helpers.c  |  6 ++-
 tests/crypto-tls-x509-helpers.h  |  5 ++-
 tests/test-crypto-tlscredsx509.c | 47 +++++++++++---------
 tests/test-crypto-tlssession.c   | 64 +++++++++++++++------------
 tests/test-io-channel-tls.c      | 49 +++++++++++---------
 util/osdep.c                     | 16 +++++++
 util/oslib-win32.c               | 76 ++++++++++++++++++++++++++++++++
 10 files changed, 198 insertions(+), 77 deletions(-)

--=20
2.28.0.windows.1