Re: [PATCH 4/4] tools/misc: Test for fault injection

2020-12-23 Thread Jan Beulich
On 23.12.2020 17:34, Andrew Cooper wrote: > --- /dev/null > +++ b/tools/misc/xen-fault-ttl.c > @@ -0,0 +1,56 @@ > +#include > +#include > +#include > +#include > + > +#include > + > +int main(int argc, char **argv) > +{ > +int rc; > +xc_interface *xch = xc_interface_open(NULL, NULL,

[PATCH 4/4] tools/misc: Test for fault injection

2020-12-23 Thread Andrew Cooper
Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné CC: Wei Liu CC: Stefano Stabellini CC: Julien Grall CC: Volodymyr Babchuk CC: Tamas K Lengyel RFC: This wants expanding to a few more "default" configurations, and then some thought needs putting torwards automating it.