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

2012-10-22 Thread Michael S. Tsirkin
On Sat, Oct 20, 2012 at 04:01:12PM -0500, Matt Renzelmann wrote: > 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

[Qemu-devel] [PATCHv5] Align PCI capabilities in pci_find_space

2012-10-20 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 --- Re-sending to add CC M