Xuguo, I'm not able to apply v6 1/3, neither against master nor next, so I'm not able to test your patch.
On 07/06/2016 06:23 AM, Xuguo Wang wrote: > *** > v6: > - add all the commit messages and the changes info > - modify error comments > - modify self.comments to self.comments = comments or [] to avoid > merging conflict Well, my intention was that you should just rebase your work onto next and not manually introduce all changes :-) > - refactor error message more verbose > - modify f.read() to the f.read().splitlines() to void trailing '\n' > - remove pep8 warnings > - refactor parse_ioport_tree to non-static method > - add the docstring to new introduced classes and functions > - refactor the static function of parse_ioport_tree to non-static > - refactor the function of parse_ioport > - add the docstring to the function of parse_ioport > *** > > Xuguo Wang (3): > tools: Add the hierarchy of the IOPortRegion. > tools: Refactor the parse ioports function. > tools: Modify the template of the root cell config. > > tools/jailhouse-config-create | 601 > ++++++++++++++++++++++++++++++++++++++---- > tools/root-cell-config.c.tmpl | 21 +- > 2 files changed, 553 insertions(+), 69 deletions(-) > -- Ralf Ramsauer PGP: 0x8F10049B -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
