On Wed, Jul 02, 2025 at 08:50:57PM +0530, Ujwal Kundur wrote:
Refactor macros and non-composite global variable definitions into a struct that is defined at the start of a test and is passed around instead of relying on global vars.
Signed-off-by: Ujwal Kundur ujwal.kundur@gmail.com
It runs all fine here now. I didn't check line-by-line, but I keep thinking this is in general good.
Acked-by: Peter Xu peterx@redhat.com
Thanks,