char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Anthony Liguori 2011-08-15 11:17:32 -05:00
parent 909cda12b5
commit c9d830eddc
3 changed files with 3 additions and 3 deletions

View file

@ -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 */