]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuValidateDomainDeviceDefAddress: Add validation of CCW address
authorPeter Krempa <pkrempa@redhat.com>
Fri, 11 Jun 2021 13:43:35 +0000 (15:43 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 15 Jun 2021 14:58:23 +0000 (16:58 +0200)
commit7a8895463b113d0b942bd6f04ce27c4a7dcde736
tree680dbef0616ec2b481c51d88e8e96e3a86e794d2
parent1f645c10c1195a149e7298a6460a1d26eabf984b
qemuValidateDomainDeviceDefAddress: Add validation of CCW address

Base the check on the logic from qemuDomainCheckCCWS390AddressSupport,
which will be removed later.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_validate.c
tests/qemuxml2argvtest.c