]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
conf: move DevicePCIAddress functions to separate file
authorShradha Shah <sshah@solarflare.com>
Thu, 16 Aug 2012 15:41:06 +0000 (16:41 +0100)
committerLaine Stump <laine@laine.org>
Fri, 17 Aug 2012 19:43:25 +0000 (15:43 -0400)
commitf9150c81584112ce884032ee63229c6a3154d1af
tree0506398a2d19a178ed16d4fc4009b097655d79c4
parent395be3c2b8d8e14eb93167de003fa7d872d1547e
conf: move DevicePCIAddress functions to separate file

Move the functions the parse/format, and validate PCI addresses to
their own file so they can be conveniently used in other places
besides device_conf.c

Refactoring existing code without causing any functional changes to
prepare for new code.

This patch makes the code reusable.

Signed-off-by: Shradha Shah <sshah@solarflare.com>
18 files changed:
include/libvirt/virterror.h
po/POTFILES.in
src/Makefile.am
src/conf/device_conf.c [new file with mode: 0644]
src/conf/device_conf.h [new file with mode: 0644]
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_command.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
src/qemu/qemu_monitor_text.c
src/qemu/qemu_monitor_text.h
src/util/virterror.c
src/xen/xend_internal.c