mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hmp: add hmp analogue for qmp-chardev-change
Signed-off-by: Anton Nefedov <anton.nefedov@virtuozzo.com> Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Acked-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Message-Id: <1499342940-56739-11-git-send-email-anton.nefedov@virtuozzo.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7b5a9e453e
commit
75b601602b
6 changed files with 64 additions and 2 deletions
|
@ -1726,7 +1726,23 @@ ETEXI
|
|||
STEXI
|
||||
@item chardev-add args
|
||||
@findex chardev-add
|
||||
chardev_add accepts the same parameters as the -chardev command line switch.
|
||||
chardev-add accepts the same parameters as the -chardev command line switch.
|
||||
|
||||
ETEXI
|
||||
|
||||
{
|
||||
.name = "chardev-change",
|
||||
.args_type = "id:s,args:s",
|
||||
.params = "id args",
|
||||
.help = "change chardev",
|
||||
.cmd = hmp_chardev_change,
|
||||
},
|
||||
|
||||
STEXI
|
||||
@item chardev-change args
|
||||
@findex chardev-change
|
||||
chardev-change accepts existing chardev @var{id} and then the same arguments
|
||||
as the -chardev command line switch (except for "id").
|
||||
|
||||
ETEXI
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue