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

2012-09-29 Thread Blue Swirl
On Wed, Sep 26, 2012 at 6:51 PM, 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 for feed

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

2012-09-26 Thread Alex Williamson
On Wed, 2012-09-26 at 13:51 -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 for fe

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

2012-09-26 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 --- This version adds the