Re: [Qemu-devel] [PATCH v2 12/13] pci: Misc pci_reg additions

2012-05-24 Thread Alex Williamson
On Thu, 2012-05-24 at 17:49 -0400, Don Dutile wrote: > On 05/22/2012 01:05 AM, Alex Williamson wrote: > > Fill in many missing definitions and add sizeof fields for many > > sections allowing for more extensive config parsing. > > > > Signed-off-by: Alex Williamson > > --- > > > overall, i'm very g

Re: [Qemu-devel] [PATCH v2 12/13] pci: Misc pci_reg additions

2012-05-24 Thread Don Dutile
On 05/22/2012 01:05 AM, Alex Williamson wrote: Fill in many missing definitions and add sizeof fields for many sections allowing for more extensive config parsing. Signed-off-by: Alex Williamson --- overall, i'm very glad to see defines instead of hardcoded numbers in the code, but in

[Qemu-devel] [PATCH v2 12/13] pci: Misc pci_reg additions

2012-05-22 Thread Alex Williamson
Fill in many missing definitions and add sizeof fields for many sections allowing for more extensive config parsing. Signed-off-by: Alex Williamson --- include/linux/pci_regs.h | 112 +- 1 files changed, 100 insertions(+), 12 deletions(-) diff --git