mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
char: remove qemu_chr_be_generic_open
The function simply alias and hides the real event function. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
e619b14746
commit
6361813527
6 changed files with 6 additions and 13 deletions
|
@ -489,7 +489,7 @@ static void tcp_chr_connect(void *opaque)
|
|||
tcp_chr_read,
|
||||
chr, NULL);
|
||||
}
|
||||
qemu_chr_be_generic_open(chr);
|
||||
qemu_chr_be_event(chr, CHR_EVENT_OPENED);
|
||||
}
|
||||
|
||||
static void tcp_chr_update_read_handler(Chardev *chr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue