From 41084f1badadcb054823dfe57c58eafefe50d8a8 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Mon, 15 Aug 2011 11:17:34 -0500 Subject: char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl() Signed-off-by: Anthony Liguori --- hw/escc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/escc.c') diff --git a/hw/escc.c b/hw/escc.c index b2391b284a..13c7e66b36 100644 --- a/hw/escc.c +++ b/hw/escc.c @@ -460,7 +460,7 @@ static void escc_update_parameters(ChannelState *s) ssp.data_bits = data_bits; ssp.stop_bits = stop_bits; trace_escc_update_parameters(CHN_C(s), speed, parity, data_bits, stop_bits); - qemu_chr_ioctl(s->chr, CHR_IOCTL_SERIAL_SET_PARAMS, &ssp); + qemu_chr_fe_ioctl(s->chr, CHR_IOCTL_SERIAL_SET_PARAMS, &ssp); } static void escc_mem_write(void *opaque, target_phys_addr_t addr, -- cgit v1.2.1