Re: [PATCH 15/16] tests/qtest: virtio-9p-test: Adapt the case for win32

2022-11-01 Thread Christian Schoenebeck
On Monday, October 24, 2022 6:57:58 AM CET Bin Meng wrote: > From: Guohuai Shi > > Windows does not provide the getuid() API. Let's create a local > one and return a fixed value 0 as the uid for testing. > > Signed-off-by: Guohuai Shi > Signed-off-by: Xuzhou Cheng > Signed-off-by: Bin Meng >

Re: [PATCH 15/16] tests/qtest: virtio-9p-test: Adapt the case for win32

2022-10-25 Thread Thomas Huth
On 24/10/2022 06.57, Bin Meng wrote: From: Guohuai Shi Windows does not provide the getuid() API. Let's create a local one and return a fixed value 0 as the uid for testing. Signed-off-by: Guohuai Shi Signed-off-by: Xuzhou Cheng Signed-off-by: Bin Meng --- tests/qtest/virtio-9p-test.c |

[PATCH 15/16] tests/qtest: virtio-9p-test: Adapt the case for win32

2022-10-23 Thread Bin Meng
From: Guohuai Shi Windows does not provide the getuid() API. Let's create a local one and return a fixed value 0 as the uid for testing. Signed-off-by: Guohuai Shi Signed-off-by: Xuzhou Cheng Signed-off-by: Bin Meng --- tests/qtest/virtio-9p-test.c | 7 +++ 1 file changed, 7 insertions(