Re: [PATCH v2 5/6] tools/misc: xenwatchdogd enhancements

2024-04-09 Thread Anthony PERARD
On Fri, Mar 29, 2024 at 11:10:55AM +, le...@solinno.co.uk wrote: > From: Leigh Brown > > Add enhanced parameter parsing and validation, making use of > getopt_long(). Adds usage() function, ability to run in the foreground, > and the ability to disarm the watchdog timer when exiting. Now

[PATCH v2 5/6] tools/misc: xenwatchdogd enhancements

2024-03-29 Thread leigh
From: Leigh Brown Add enhanced parameter parsing and validation, making use of getopt_long(). Adds usage() function, ability to run in the foreground, and the ability to disarm the watchdog timer when exiting. Now checks the number of parameters are correct, that timeout is at least two seconds