]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move qemuDomain*Address* functions
authorJohn Ferlan <jferlan@redhat.com>
Mon, 15 Feb 2016 18:08:02 +0000 (13:08 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 16 Feb 2016 16:07:47 +0000 (11:07 -0500)
commit177db48734e8791725681ac61a8831d5beb2a853
tree075cda774540edbc964dd1b506aba875ee0b486b
parenta0824823b7e99e1df839f0dbec1cf1d54dc7eb57
qemu: Move qemuDomain*Address* functions

Create new modules qemu_domain_address.c and qemu_domain_address.h to
contain all the new functions and header data. Additionally move any
supporting static functions.

Make qemuDomainSupportsPCI non static.

Also, move and rename the following:

qemuSetSCSIControllerModel to qemuDomainSetSCSIControllerModel
qemuCollectPCIAddress to qemuDomainCollectPCIAddress
qemuValidateDevicePCISlotsPIIX3 to qemuDomainValidateDevicePCISlotsPIIX3
qemuAssignDevicePCISlots to qemuDomainAssignDevicePCISlots

Signed-off-by: John Ferlan <jferlan@redhat.com>
po/POTFILES.in
src/Makefile.am
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_domain_address.c [new file with mode: 0644]
src/qemu/qemu_domain_address.h [new file with mode: 0644]
src/qemu/qemu_hotplug.c
src/qemu/qemu_process.c