"Michael S. Tsirkin" <[email protected]> writes: > On Wed, Jun 15, 2016 at 10:41:48PM +0200, Markus Armbruster wrote: >> Users of struct Range mess liberally with its members, which makes >> refactoring hard. Create a set of methods, and convert all users to >> call them instead of accessing members. The methods have carefully >> worded contracts, and use assertions to check them. >> >> To help with tracking down the places that access members of struct >> Range directly, hide the implementation of struct Range outside of >> range.c by trickery. The trickery will be dropped in the next commit. >> >> Signed-off-by: Markus Armbruster <[email protected]> > > Reviewed-by: Michael S. Tsirkin <[email protected]>
Thanks! > I guess you want me to merge this because of the changes in pc and pci? Yes, please (whole series, once respun without the RFC).
