Re: [PATCH 1/5] tools/tests: Drop obsolete mce-test infrastructure

2021-06-16 Thread Andrew Cooper
On 16/06/2021 07:46, Jan Beulich wrote: > On 15.06.2021 18:19, Andrew Cooper wrote: >> mce-test has a test suite, but it depends on xend, needs to run in-tree, and >> requires manual setup of at least one guest, and manual parameters to pass >> into cases. Drop the test infrasturcture. >> >> Move

Re: [PATCH 1/5] tools/tests: Drop obsolete mce-test infrastructure

2021-06-15 Thread Jan Beulich
On 15.06.2021 18:19, Andrew Cooper wrote: > mce-test has a test suite, but it depends on xend, needs to run in-tree, and > requires manual setup of at least one guest, and manual parameters to pass > into cases. Drop the test infrasturcture. > > Move the one useful remaining item, xen-mceinj, int

[PATCH 1/5] tools/tests: Drop obsolete mce-test infrastructure

2021-06-15 Thread Andrew Cooper
mce-test has a test suite, but it depends on xend, needs to run in-tree, and requires manual setup of at least one guest, and manual parameters to pass into cases. Drop the test infrasturcture. Move the one useful remaining item, xen-mceinj, into misc/, fixing some minor style issues as it goes.