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

2012-10-11 Thread Andreas Färber
t; Sent: Saturday, September 29, 2012 9:51 AM >> To: qemu-devel@nongnu.org >> Cc: blauwir...@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 cor

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

2012-10-11 Thread Matt Renzelmann
nu.org [mailto:qemu-devel- > bounces+mjr=cs.wisc@nongnu.org] On Behalf Of Matt Renzelmann > Sent: Saturday, September 29, 2012 9:51 AM > To: qemu-devel@nongnu.org > Cc: blauwir...@gmail.com; alex.william...@redhat.com > Subject: [Qemu-devel] [PATCH v5] Align PCI capabilities in pc

[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 --- Braces added. hw/pci