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

2012-09-25 Thread Alex Williamson
On Tue, 2012-09-25 at 15:59 -0500, m...@cs.wisc.edu wrote: > From: Matt Renzelmann > > The current implementation of pci_find_space does not properly align > PCI capabilities in the PCI configuration space. This patch fixes > this issue. > > Signed-off-by: Matt Renzelmann > --- > > This is my

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

2012-09-25 Thread mjr
From: Matt Renzelmann The current implementation of pci_find_space does not properly align PCI capabilities in the PCI configuration space. This patch fixes this issue. Signed-off-by: Matt Renzelmann --- This is my first patch to QEMU so I hope I'm not screwing up too much. The purpose of thi