]> git.ipfire.org Git - thirdparty/libvirt.git/commit
pci: Fix building of 32bit PCI command array
authorPeter Krempa <pkrempa@redhat.com>
Wed, 5 Dec 2012 10:58:39 +0000 (11:58 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 5 Dec 2012 13:04:54 +0000 (14:04 +0100)
commit35aa14fcd0c5213e04f2afaf51cd030a1e8ccc83
treea172c5940c3842bb564355296b9b03ad8aa72321
parentad65d1e502379382c7dc4986900b2cc35a11cc19
pci: Fix building of 32bit PCI command array

The pciWrite32 function assembled the array of data to be written to the
fd with a bad offset on the last byte. This issue was probably caused by
a typo (14, 24).
src/util/pci.c