Re: [PATCH v2 19/39] tests/qtest: Support libqtest to build and run on Windows

2022-09-22 Thread Marc-André Lureau
Hi On Tue, Sep 20, 2022 at 1:36 PM Bin Meng wrote: > From: Bin Meng > > At present the libqtest codes were written to depend on several > POSIX APIs, including fork(), kill() and waitpid(). Unfortunately > these APIs are not available on Windows. > > This commit implements the corresponding

[PATCH v2 19/39] tests/qtest: Support libqtest to build and run on Windows

2022-09-20 Thread Bin Meng
From: Bin Meng At present the libqtest codes were written to depend on several POSIX APIs, including fork(), kill() and waitpid(). Unfortunately these APIs are not available on Windows. This commit implements the corresponding functionalities using win32 native APIs. With this change, all qtest