]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: reorder PCI slot assignment functions
authorErik Skultety <eskultet@redhat.com>
Fri, 23 Jan 2015 12:17:40 +0000 (13:17 +0100)
committerJán Tomko <jtomko@redhat.com>
Fri, 23 Jan 2015 13:16:40 +0000 (14:16 +0100)
commit3fb2a69284725dfa802b800f44df4d30a37e6578
tree36f255c4d5016a99f89c92f2e561ed929a23e2cc
parent6e01534bc0b16c95feb1eac6cd3f5271284e7fed
qemu: reorder PCI slot assignment functions

Move qemuDomainAssignPCIAddresses after the definition
of the static function qemuDomainValidateDevicePCISlotsQ35.

This lets us define a new static function using
qemuDomainValidateDevicePCISlots* and use it in
qemuDomainAssignPCIAddresses without a forward declaration.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c