]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virpci.c: use virPCIDeviceAddressPtr in virPCIDeviceListDel()
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Mon, 4 Jan 2021 12:54:43 +0000 (09:54 -0300)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Mon, 1 Mar 2021 15:25:33 +0000 (12:25 -0300)
commitac811766145561f0d1bf6fe4886bae511532cb2f
treea744abfc648afe07f6a8a2a560f20f492b047ca2
parentde80a10738055bba79b54b4efee063b25162c91f
virpci.c: use virPCIDeviceAddressPtr in virPCIDeviceListDel()

This change will allow us to remove PCI devices from a list
without the need of a PCI Device object, which will be need
in the next patch.

Reviewed-by: Laine Stump <laine@redhat.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
src/hypervisor/virhostdev.c
src/util/virpci.c
src/util/virpci.h