diff options
| author | Hani Benhabiles | 2014-05-28 00:39:30 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2014-06-11 16:10:28 +0200 |
| commit | 8e5977797d76e33856506c9a0c454ae9ab23034c (patch) | |
| tree | 32b650618339e5b561b869d1dbfc23e0efd06a72 /hmp.h | |
| parent | dump: simplify get_len_buf_out() (diff) | |
| download | qemu-8e5977797d76e33856506c9a0c454ae9ab23034c.tar.gz qemu-8e5977797d76e33856506c9a0c454ae9ab23034c.tar.xz qemu-8e5977797d76e33856506c9a0c454ae9ab23034c.zip | |
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>
Diffstat (limited to 'hmp.h')
| -rw-r--r-- | hmp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -103,5 +103,7 @@ void chardev_add_completion(ReadLineState *rs, int nb_args, const char *str); void set_link_completion(ReadLineState *rs, int nb_args, const char *str); void netdev_add_completion(ReadLineState *rs, int nb_args, const char *str); void netdev_del_completion(ReadLineState *rs, int nb_args, const char *str); +void ringbuf_write_completion(ReadLineState *rs, int nb_args, const char *str); +void ringbuf_read_completion(ReadLineState *rs, int nb_args, const char *str); #endif |
