]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Rename some device_conf predicates
authorAndrea Bolognani <abologna@redhat.com>
Fri, 17 Aug 2018 13:12:42 +0000 (15:12 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 28 Aug 2018 09:08:28 +0000 (11:08 +0200)
commit76151a53a1004f29de93696160489403afbb28b5
tree00794370d28e05283c6042c8bfc04a6e0e456bf0
parente950310f14551f992cedd5e78e2d0da57f85a213
conf: Rename some device_conf predicates

The affected functions are

  virDeviceInfoPCIAddressWanted()
  virDeviceInfoPCIAddressPresent()

which get renamed to

  virDeviceInfoPCIAddressIsWanted()
  virDeviceInfoPCIAddressIsPresent()

to comply with the naming convention used for other
predicates.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/bhyve/bhyve_device.c
src/conf/device_conf.h
src/conf/domain_addr.c
src/qemu/qemu_domain_address.c