Re: [Qemu-devel] [PATCH v4 3/3] watchdog: Allow setting action on the fly

2017-09-06 Thread Markus Armbruster
Eric Blake writes: > On 09/06/2017 06:24 AM, Michal Privoznik wrote: >> Currently, the only time that users can set watchdog action is at >> the start as all we expose is this -watchdog-action command line >> argument. This is suboptimal when users want to plug the device >> later via monitor. Al

Re: [Qemu-devel] [PATCH v4 3/3] watchdog: Allow setting action on the fly

2017-09-06 Thread Eric Blake
On 09/06/2017 06:24 AM, Michal Privoznik wrote: > Currently, the only time that users can set watchdog action is at > the start as all we expose is this -watchdog-action command line > argument. This is suboptimal when users want to plug the device > later via monitor. Alternatively, they might wan

[Qemu-devel] [PATCH v4 3/3] watchdog: Allow setting action on the fly

2017-09-06 Thread Michal Privoznik
Currently, the only time that users can set watchdog action is at the start as all we expose is this -watchdog-action command line argument. This is suboptimal when users want to plug the device later via monitor. Alternatively, they might want to change the action for already existing device on th