Re: [Qemu-devel] [PATCH v5] Align PCI capabilities in pci_find_space

2012-10-11 Thread Andreas Färber
...@gmail.com; alex.william...@redhat.com Subject: [Qemu-devel] [PATCH v5] Align PCI capabilities in pci_find_space The current implementation of pci_find_space does not correctly align PCI capabilities in the PCI configuration space. It also does not support PCI-Express devices. This patch

[Qemu-devel] [PATCH v5] Align PCI capabilities in pci_find_space

2012-09-29 Thread Matt Renzelmann
The current implementation of pci_find_space does not correctly align PCI capabilities in the PCI configuration space. It also does not support PCI-Express devices. This patch fixes these issues. Thanks to Alex Williamson for feedback. Signed-off-by: Matt Renzelmann m...@cs.wisc.edu ---