Re: [libvirt] [PATCH v3 2/3] qemu: hot-plug of watchdog

2017-10-05 Thread Michal Privoznik
On 10/05/2017 01:48 PM, John Ferlan wrote: > > > On 10/05/2017 04:07 AM, Michal Privoznik wrote: >> On 10/04/2017 11:20 PM, John Ferlan wrote: >>> >>> >>> On 09/27/2017 08:12 AM, Michal Privoznik wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1447169 Since domain can have at mo

Re: [libvirt] [PATCH v3 2/3] qemu: hot-plug of watchdog

2017-10-05 Thread John Ferlan
On 10/05/2017 04:07 AM, Michal Privoznik wrote: > On 10/04/2017 11:20 PM, John Ferlan wrote: >> >> >> On 09/27/2017 08:12 AM, Michal Privoznik wrote: >>> https://bugzilla.redhat.com/show_bug.cgi?id=1447169 >>> >>> Since domain can have at most one watchdog it simplifies things a >>> bit. However,

Re: [libvirt] [PATCH v3 2/3] qemu: hot-plug of watchdog

2017-10-05 Thread Michal Privoznik
On 10/04/2017 11:20 PM, John Ferlan wrote: > > > On 09/27/2017 08:12 AM, Michal Privoznik wrote: >> https://bugzilla.redhat.com/show_bug.cgi?id=1447169 >> >> Since domain can have at most one watchdog it simplifies things a >> bit. However, since we must be able to set the watchdog action as >> w

Re: [libvirt] [PATCH v3 2/3] qemu: hot-plug of watchdog

2017-10-04 Thread John Ferlan
On 09/27/2017 08:12 AM, Michal Privoznik wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1447169 > > Since domain can have at most one watchdog it simplifies things a > bit. However, since we must be able to set the watchdog action as > well, new monitor command needs to be used. > > Signe

[libvirt] [PATCH v3 2/3] qemu: hot-plug of watchdog

2017-09-27 Thread Michal Privoznik
https://bugzilla.redhat.com/show_bug.cgi?id=1447169 Since domain can have at most one watchdog it simplifies things a bit. However, since we must be able to set the watchdog action as well, new monitor command needs to be used. Signed-off-by: Michal Privoznik --- src/qemu/qemu_alias.c