* Stefan Hajnoczi ([email protected]) wrote: > On Fri, Apr 12, 2019 at 04:26:52PM +0100, Dr. David Alan Gilbert (git) wrote: > > diff --git a/hmp-commands.hx b/hmp-commands.hx > > index d3bad2fc27..ba4690b9ac 100644 > > --- a/hmp-commands.hx > > +++ b/hmp-commands.hx > > @@ -585,6 +585,21 @@ STEXI > > @findex gpa2hpa > > Print the host physical address at which the guest's physical address > > @var{addr} > > is mapped. > > +ETEXI > > + > > + { > > + .name = "gva2gpa", > > + .args_type = "addr:l", > > + .params = "addr", > > + .help = "print the guest physical address corresponding to a > > guest virtual address", > > + .cmd = hmp_gva2gpa, > > + }, > > + > > +STEXI > > +@item gpa2hpa @var{addr} > > +@findex gpa2hpa > > s/gpa2hpa/gva2gpa/ > > Aside from this: > > Reviewed-by: Stefan Hajnoczi <[email protected]>
Queued -- Dr. David Alan Gilbert / [email protected] / Manchester, UK
