On Thu, 4 Apr 2019 at 13:44, Sandra Loosemore <san...@codesourcery.com> wrote: > > On 4/3/19 11:59 PM, Peter Maydell wrote: > > On Thu, 4 Apr 2019 at 02:53, Sandra Loosemore <san...@codesourcery.com> > > wrote: > >> > >> This patch adds support for libgloss semihosting to Nios II bare-metal > >> emulation. The specification for the protocol can be found in the > >> libgloss sources. > >> > >> Signed-off-by: Sandra Loosemore <san...@codesourcery.com> > >> Signed-off-by: Julian Brown <jul...@codesourcery.com> > > > > I gave a reviewed-by tag for this patch in v6 -- has something changed > > in v7 that made that no longer able to carry across? > > I fixed the formatting problems you asked me to address. What else am I > supposed to do? I don't understand what you mean about the tag.
If somebody provides you with a Reviewed-by tag and you submit a fresh version of the patchset then you should include that tag in your commit message; that records that the patch has been reviewed so that people know it doesn't need to be looked at again. https://wiki.qemu.org/Contribute/SubmitAPatch#Proper_use_of_Reviewed-by:_tags_can_aid_review thanks -- PMM