Re: [PATCH 2/4] tests/qtest: Reorganize common code in ivshmem-test

2024-02-13 Thread Philippe Mathieu-Daudé
On 27/11/23 06:20, Gustavo Romero wrote: This commit reorganizes the ivshmem-test qtest by moving common structs, functions, and code that can be utilized by other ivshmem qtests into two new files: ivshmem-utils.h and ivshmem-utils.c. Enum Reg, struct ServerThread, and mktempshm() have been rel

[PATCH 2/4] tests/qtest: Reorganize common code in ivshmem-test

2023-11-26 Thread Gustavo Romero
This commit reorganizes the ivshmem-test qtest by moving common structs, functions, and code that can be utilized by other ivshmem qtests into two new files: ivshmem-utils.h and ivshmem-utils.c. Enum Reg, struct ServerThread, and mktempshm() have been relocated to these new files. Two new function