Message ID | 20181213124224.31585-2-kchamart@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Update deprecation notes for QMP 'cpu-add' & HMP 'cpu_add' | expand |
On 2018-12-13 13:42, Kashyap Chamarthy wrote: > So that it is consistent with the naming of QMP's > > Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com> > --- > qemu-deprecated.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi > index 72b8191d60..46bec688db 100644 > --- a/qemu-deprecated.texi > +++ b/qemu-deprecated.texi > @@ -114,7 +114,7 @@ The ``query-cpus'' command is replaced by the ``query-cpus-fast'' command. > The ``arch'' output member of the ``query-cpus-fast'' command is > replaced by the ``target'' output member. > > -@section System emulator human monitor commands > +@section Human Monitor Protocol (HMP) commands Reviewed-by: Thomas Huth <thuth@redhat.com>
diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi index 72b8191d60..46bec688db 100644 --- a/qemu-deprecated.texi +++ b/qemu-deprecated.texi @@ -114,7 +114,7 @@ The ``query-cpus'' command is replaced by the ``query-cpus-fast'' command. The ``arch'' output member of the ``query-cpus-fast'' command is replaced by the ``target'' output member. -@section System emulator human monitor commands +@section Human Monitor Protocol (HMP) commands @subsection The hub_id parameter of 'hostfwd_add' / 'hostfwd_remove' (since 3.1)
So that it is consistent with the naming of QMP's Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com> --- qemu-deprecated.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)