mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
char: Factor out qmp_add_client() parts and move to chardev/
Code moves from MAINTAINERS section "QMP" to "Character device backends". Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20230124121946.1139465-5-armbru@redhat.com>
This commit is contained in:
parent
b7d75c0b48
commit
c3054a6e6a
3 changed files with 25 additions and 11 deletions
|
@ -22,5 +22,8 @@ bool qmp_add_client_vnc(int fd, bool has_skipauth, bool skipauth,
|
|||
bool qmp_add_client_dbus_display(int fd, bool has_skipauth, bool skipauth,
|
||||
bool has_tls, bool tls, Error **errp);
|
||||
#endif
|
||||
bool qmp_add_client_char(int fd, bool has_skipauth, bool skipauth,
|
||||
bool has_tls, bool tls, const char *protocol,
|
||||
Error **errp);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue