mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
monitor: Add ringbuf_write and ringbuf_read argument completion
Export chr_is_ringbuf() function. Also remove left-over function prototypes while at it. Signed-off-by: Hani Benhabiles <hani@linux.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
b87ef3518b
commit
8e5977797d
5 changed files with 45 additions and 3 deletions
|
@ -852,6 +852,7 @@ ETEXI
|
|||
.params = "device data",
|
||||
.help = "Write to a ring buffer character device",
|
||||
.mhandler.cmd = hmp_ringbuf_write,
|
||||
.command_completion = ringbuf_write_completion,
|
||||
},
|
||||
|
||||
STEXI
|
||||
|
@ -868,6 +869,7 @@ ETEXI
|
|||
.params = "device size",
|
||||
.help = "Read from a ring buffer character device",
|
||||
.mhandler.cmd = hmp_ringbuf_read,
|
||||
.command_completion = ringbuf_write_completion,
|
||||
},
|
||||
|
||||
STEXI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue