mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
909cda12b5
commit
c9d830eddc
3 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ static void guest_open(VirtIOSerialPort *port)
|
|||
{
|
||||
VirtConsole *vcon = DO_UPCAST(VirtConsole, port, port);
|
||||
|
||||
qemu_chr_guest_open(vcon->chr);
|
||||
qemu_chr_fe_open(vcon->chr);
|
||||
}
|
||||
|
||||
/* Callback function that's called when the guest closes the port */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue