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
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
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