Re: [PATCH v2 6/7] pci-assign: Generic config space access management

2011-07-25 Thread Alex Williamson
On Thu, 2011-07-21 at 20:14 +0200, Jan Kiszka wrote: This drastically simplifies config space access management: Instead of coding various range checks and merging bits, set up two access control bitmaps. One defines, which bits can be directly read from the device, the other allows direct

[PATCH v2 6/7] pci-assign: Generic config space access management

2011-07-21 Thread Jan Kiszka
This drastically simplifies config space access management: Instead of coding various range checks and merging bits, set up two access control bitmaps. One defines, which bits can be directly read from the device, the other allows direct write to the device, also with bit-granularity. The setup