
26 May
2018
26 May
'18
10:29 a.m.
On Thu, May 24, 2018 at 01:13:33PM +0200, Michal Privoznik wrote:
On watchdog unplug, when qemu doesn't support DEVICE_DELETED event (or couple of other reasons) we do two things:
1) release watchdog device address, 2) call qemuDomainRemoveWatchdog() which does 1) again.
This is potentially dangerous.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/qemu/qemu_hotplug.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano