On 12/10/2017 17:10, Richard Henderson wrote: > On 10/10/2017 10:14 AM, Peter Maydell wrote: >> QEMU has a wide selection of different functions for doing >> loads and stores; provide some overview documentation of >> what they do and how to pick which one to use. >> >> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> >> --- >> Changes v2->v3: fixed the typos noticed by Eric; >> dropped the note about license in favour of using the >> default gpl2+. I think this is ready to commit now. >> >> Changes v1->v2: filled in most of the gaps thanks to the >> comments on v1. >> >> I have left some TODO markers in where they represent >> fixes we should ideally make to the API. Since this >> is for-developers internals documentation I think it's >> OK to leave those in. >> >> docs/devel/loads-stores.rst | 398 >> ++++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 398 insertions(+) >> create mode 100644 docs/devel/loads-stores.rst > > Modulo the 2 typos that Eric found, > > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > > What path should this patch take in?
I can take it. Paolo