From c9d830eddc58db80a954a4eef1dc1e6ef8ca55b3 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Mon, 15 Aug 2011 11:17:32 -0500 Subject: char: rename qemu_chr_guest_open() -> qemu_chr_fe_open() Signed-off-by: Anthony Liguori --- hw/virtio-console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw') diff --git a/hw/virtio-console.c b/hw/virtio-console.c index 6c386fa46f..21f752b729 100644 --- a/hw/virtio-console.c +++ b/hw/virtio-console.c @@ -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 */ -- cgit v1.2.3