]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainCheckCCWS390AddressSupport: Remove duplicated checker
authorPeter Krempa <pkrempa@redhat.com>
Fri, 11 Jun 2021 14:25:48 +0000 (16:25 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 15 Jun 2021 14:58:23 +0000 (16:58 +0200)
commite637d342777b451cb37e08dda1bcd71f37d2ade5
treed20b3814914465309051d618c9f078fd8fb328bd
parent7a8895463b113d0b942bd6f04ce27c4a7dcde736
qemuDomainCheckCCWS390AddressSupport: Remove duplicated checker

For validation of explicitly configured addresses we already ported the
same style of checks to qemuValidateDomainDeviceDefAddress and implicit
address assignment should do the right thing in the first place, thus
the function is redundant and can be removed.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_domain_address.c
src/qemu/qemu_domain_address.h
src/qemu/qemu_hotplug.c
src/qemu/qemu_validate.c