[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 00/18] tests/qtest: Enable running qtest on Windows
From: |
Bin Meng |
Subject: |
Re: [PATCH 00/18] tests/qtest: Enable running qtest on Windows |
Date: |
Thu, 6 Oct 2022 23:17:01 +0800 |
On Thu, Oct 6, 2022 at 11:11 PM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> In preparation to adding virtio-9p support on Windows, this series
> enables running qtest on Windows, so that we can run the virtio-9p
> tests on Windows to make sure it does not break accidently.
>
> Changes in v5:
> - Rebase on qemu/master
> - Drop patches that are already merged
> - Use g_autoptr(GError)
> - Restore to v1 version which does not touch the posix implementation
> - Replace sighandler_t with its actual definition, since it is not
> available on BSD hosts
>
Sorry, forgot to add the version PREFIX. Will resend.
Regards,
Bin
- [PATCH 09/18] tests/qtest: Use send/recv for socket communication, (continued)
- [PATCH 09/18] tests/qtest: Use send/recv for socket communication, Bin Meng, 2022/10/06
- [PATCH 11/18] tests/qtest: Support libqtest to build and run on Windows, Bin Meng, 2022/10/06
- [PATCH 10/18] tests/qtest: libqtest: Install signal handler via signal(), Bin Meng, 2022/10/06
- [PATCH 14/18] io/channel-watch: Drop a superfluous '#ifdef WIN32', Bin Meng, 2022/10/06
- [PATCH 16/18] io/channel-watch: Fix socket watch on Windows, Bin Meng, 2022/10/06
- [PATCH 17/18] .gitlab-ci.d/windows.yml: Increase the timeout to 90 minutes, Bin Meng, 2022/10/06
- [PATCH 12/18] tests/qtest: migration-test: Make sure QEMU process "to" exited after migration is canceled, Bin Meng, 2022/10/06
- [PATCH 13/18] tests/qtest: libqtest: Correct the timeout unit of blocking receive calls for win32, Bin Meng, 2022/10/06
- [PATCH 15/18] io/channel-watch: Drop the unnecessary cast, Bin Meng, 2022/10/06
- [PATCH 18/18] tests/qtest: Enable qtest build on Windows, Bin Meng, 2022/10/06
- Re: [PATCH 00/18] tests/qtest: Enable running qtest on Windows,
Bin Meng <=