]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Change virDevicePCIAddress to virPCIDeviceAddress
authorMartin Kletzander <mkletzan@redhat.com>
Sun, 3 Apr 2016 18:16:51 +0000 (20:16 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 2 May 2016 13:46:23 +0000 (15:46 +0200)
commitc36b1f7b6a2e31129d9ddf3ad69dd3f540a4bfe4
tree37ee62107284fea557cb43555ef3272794d1112f
parent573cfd188ceaca86f4d50da1ea7d52efd55899f8
Change virDevicePCIAddress to virPCIDeviceAddress

We had both and the only difference was that the latter also included
information about multifunction setting.  The problem with that was that
we couldn't use functions made for only one of the structs (e.g.
parsing).  To consolidate those two structs, use the one in virpci.h,
include that in domain_conf.h and add the multifunction member in it.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
23 files changed:
src/bhyve/bhyve_device.c
src/conf/device_conf.c
src/conf/device_conf.h
src/conf/domain_addr.c
src/conf/domain_addr.h
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/network_conf.c
src/conf/network_conf.h
src/conf/node_device_conf.c
src/conf/storage_conf.c
src/conf/storage_conf.h
src/libvirt_private.syms
src/network/bridge_driver.c
src/qemu/qemu_agent.c
src/qemu/qemu_domain_address.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.h
src/storage/storage_backend_scsi.c
src/util/virpci.c
src/util/virpci.h
src/xen/xend_internal.c