]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: switch PCI address set from hash table to an array
authorJán Tomko <jtomko@redhat.com>
Mon, 15 Apr 2013 17:53:41 +0000 (19:53 +0200)
committerJán Tomko <jtomko@redhat.com>
Fri, 19 Apr 2013 16:16:01 +0000 (18:16 +0200)
commit5d29ca063d30b3966b7429103c3a8745f6d53ad0
tree687ec76b51996f7c9cc2b0a96bc41668700b81c5
parent5c3d5b22a991464162a7146cbccedd9b20038116
qemu: switch PCI address set from hash table to an array

Each bus is represented as an array of 32 8-bit integers
where each bit represents a PCI function and each byte represents
a PCI slot.

Uses just one bus so far.
src/qemu/qemu_command.c