diff options
author | Bin Meng <bin.meng@windriver.com> | 2022-09-25 19:30:12 +0800 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-09-27 20:51:21 +0200 |
commit | 490081b282766df0e91de3903d948f1eed6fe6d2 (patch) | |
tree | 3bf9864af963015dfda0f719a796f24612766ac9 /docs/defs.rst.inc | |
parent | 39f0e991e10706447cad782e0de48ad9724aadf7 (diff) | |
download | qemu-490081b282766df0e91de3903d948f1eed6fe6d2.zip qemu-490081b282766df0e91de3903d948f1eed6fe6d2.tar.gz qemu-490081b282766df0e91de3903d948f1eed6fe6d2.tar.bz2 |
tests/qtest: libqtest: Exclude the *_fds APIs for win32
libqmp.c::qmp_fd_vsend_fds() is not available on Windows, hence any
APIs in libqtest that call libqmp.c::qmp_fd_vsend_fds() should be
excluded for win32 too. This includes the following:
* qtest_qmp_vsend_fds()
* qtest_vqmp_fds()
* qtest_qmp_fds()
* qtest_qmp_add_client()
Note qtest_qmp_vsend() was wrongly written to call qmp_fd_vsend_fds()
previously, but it should call the non fds version API qmp_fd_vsend().
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220925113032.1949844-35-bmeng.cn@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs/defs.rst.inc')
0 files changed, 0 insertions, 0 deletions