]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: put hostdev pci address in a struct
authorLaine Stump <laine@laine.org>
Mon, 18 Mar 2013 19:56:12 +0000 (15:56 -0400)
committerLaine Stump <laine@laine.org>
Fri, 26 Apr 2013 01:23:38 +0000 (21:23 -0400)
commit9f80fc1bd5b0469f25963dfc85946388398ccf52
tree38f6b2f1ea2d65a0c62d331f7ce54ba6132a1e2b
parent5b90ef0847abae42a53ac70064bd16fbe2bb791b
conf: put hostdev pci address in a struct

There will soon be other items related to pci hostdevs that need to be
in the same part of the hostdevsubsys union as the pci address (which
is currently a single member called "pci". This patch replaces the
single member named pci with a struct named pci that contains a single
member named "addr".
14 files changed:
src/conf/domain_audit.c
src/conf/domain_conf.c
src/conf/domain_conf.h
src/network/bridge_driver.c
src/qemu/qemu_command.c
src/qemu/qemu_hostdev.c
src/qemu/qemu_hotplug.c
src/security/security_apparmor.c
src/security/security_dac.c
src/security/security_selinux.c
src/security/virt-aa-helper.c
src/xen/xend_internal.c
src/xenxs/xen_sxpr.c
src/xenxs/xen_xm.c