]> xenbits.xensource.com Git - libvirt.git/commit
virpci: Rename virPCIDevice{Bind,Unbind}FromStubWithOverride
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 23 Aug 2019 09:45:01 +0000 (11:45 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 23 Aug 2019 09:45:01 +0000 (11:45 +0200)
commit51f27ef789cfba7ede0516379549dfd666cc0c49
tree38c838e2674d3e8a6542b39989b7929bf54681e0
parent8e0326d96ee751a457ea0d407e99445619ff22e5
virpci: Rename virPCIDevice{Bind,Unbind}FromStubWithOverride

After my previous patches we have virPCIDeviceBindToStub() and
virPCIDeviceUnbindFromStub() which really do nothing but call
virPCIDeviceBindToStubWithOverride() and
virPCIDeviceUnbindFromStubWithOverride() respectively.
Drop "WithOverride" from the names and drop the thin wrappers.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/util/virpci.c