]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainDeviceDefValidate: Validate watchdog
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 27 Sep 2017 11:45:07 +0000 (13:45 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 5 Oct 2017 12:23:20 +0000 (14:23 +0200)
commit8a54cc1d08a333283c9cfc3fd7788be2642ca71a
tree142dffc69a9054d9b753abf4980daca59736c1da
parent5d7659027fdc34a042af3094d3d02a0d823272c2
qemuDomainDeviceDefValidate: Validate watchdog

Currently we don't do it. Therefore we accept senseless
combinations of models and buses they are attached to.
Moreover, diag288 watchdog is exclusive to s390(x).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_domain.c