From 2817822dced78521ab7c532ea50959aa248ea8c0 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Mon, 15 Aug 2011 11:17:33 -0500 Subject: char: rename qemu_chr_guest_close() -> qemu_chr_fe_close() Signed-off-by: Anthony Liguori --- hw/virtio-console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/virtio-console.c') diff --git a/hw/virtio-console.c b/hw/virtio-console.c index 21f752b729..d3351c83ff 100644 --- a/hw/virtio-console.c +++ b/hw/virtio-console.c @@ -60,7 +60,7 @@ static void guest_close(VirtIOSerialPort *port) { VirtConsole *vcon = DO_UPCAST(VirtConsole, port, port); - qemu_chr_guest_close(vcon->chr); + qemu_chr_fe_close(vcon->chr); } /* Readiness of the guest to accept data on a port */ -- cgit v1.2.3