]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_validate: Fix how qemuValidateDomainDeviceDefZPCIAddress() is called
authorMichal Privoznik <mprivozn@redhat.com>
Sat, 27 Jun 2020 08:49:37 +0000 (10:49 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 29 Jun 2020 10:38:24 +0000 (12:38 +0200)
commit90c9b90aee03fbde20a2bf8118e94fa73145e757
treeb2a1b95db1bc18fce9c78e02b48935d301492386
parentb150fbc4fe97b823707b7433dfb37e4f2f5b685e
qemu_validate: Fix how qemuValidateDomainDeviceDefZPCIAddress() is called

To make the code future proof, the rest of the
qemuValidateDomainDeviceDefAddress() has to be executed (even
though there is nothing there yet) instead of returning directly.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
src/qemu/qemu_validate.c