]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/commit
test-swint: Update to use exinfo_t
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sat, 2 Mar 2024 13:39:04 +0000 (13:39 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Sun, 3 Mar 2024 00:13:29 +0000 (00:13 +0000)
commit96c8b0173294549239c39b75996bbc52f0afd4f5
tree8f4fcd9c88010b305a96fed817899165bcc37a8d
parent5fb6f83fb966b4d0b762dc293dd932907253bf18
test-swint: Update to use exinfo_t

This is a more consise way of passing vector/error information around.

As cleanup:
 * Introduce enum mode to remove the global boolean
 * Introduce COND to avoid ifdefary
 * Rename struct sequence to struct insn

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
tests/swint-emulation/main.c