From 2cc6e0a14210d2e80173ec6b4611e7e3c50c2cce Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Mon, 15 Aug 2011 11:17:28 -0500 Subject: char: rename qemu_chr_write() -> qemu_chr_fe_write() Signed-off-by: Anthony Liguori --- hw/lm32_juart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/lm32_juart.c') diff --git a/hw/lm32_juart.c b/hw/lm32_juart.c index fddcf7ea14..5454aa4e4d 100644 --- a/hw/lm32_juart.c +++ b/hw/lm32_juart.c @@ -72,7 +72,7 @@ void lm32_juart_set_jtx(DeviceState *d, uint32_t jtx) s->jtx = jtx; if (s->chr) { - qemu_chr_write(s->chr, &ch, 1); + qemu_chr_fe_write(s->chr, &ch, 1); } } -- cgit 1.4.1