[PATCH 0/2] x86emul: use vpath uniformly in harnesses

Jan Beulich posted 2 patches 2 weeks, 5 days ago
[PATCH 0/2] x86emul: use vpath uniformly in harnesses
Posted by Jan Beulich 2 weeks, 5 days ago
While seemingly independent, the latter really depends on the former, or else
the fuzzing harness build's behavior would be dependent upon the test harness
having been built (and hence x86_emulate/ there being absent / present,
offering source files [as symlinks] which really should be taken from the xen/
subtree).

1: test: use vpath uniformly for access to code living elsewhere
2: fuzz: use vpath uniformly for access to code living elsewhere

Jan
Re: [PATCH 0/2] x86emul: use vpath uniformly in harnesses
Posted by Andrew Cooper 1 day, 15 hours ago
On 18/12/2025 10:58 am, Jan Beulich wrote:
> While seemingly independent, the latter really depends on the former, or else
> the fuzzing harness build's behavior would be dependent upon the test harness
> having been built (and hence x86_emulate/ there being absent / present,
> offering source files [as symlinks] which really should be taken from the xen/
> subtree).
>
> 1: test: use vpath uniformly for access to code living elsewhere
> 2: fuzz: use vpath uniformly for access to code living elsewhere

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>