commit | 2817822dced78521ab7c532ea50959aa248ea8c0 | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Mon Aug 15 11:17:33 2011 -0500 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Aug 22 10:17:16 2011 -0500 |
tree | 774467582da872451bdffe7cda4455a11d2b517c | |
parent | c9d830eddc58db80a954a4eef1dc1e6ef8ca55b3 [diff] [blame] |
char: rename qemu_chr_guest_close() -> qemu_chr_fe_close() Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
diff --git a/hw/virtio-console.c b/hw/virtio-console.c index 21f752b..d3351c8 100644 --- a/hw/virtio-console.c +++ b/hw/virtio-console.c
@@ -60,7 +60,7 @@ { 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 */