From fa5efccb2a063f1dee46ed3ebd9192b318009f65 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Mon, 15 Aug 2011 11:17:30 -0500 Subject: char: rename qemu_chr_read() -> qemu_chr_be_write() Signed-off-by: Anthony Liguori --- spice-qemu-char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spice-qemu-char.c') diff --git a/spice-qemu-char.c b/spice-qemu-char.c index 684024bf57..f3e7702b55 100644 --- a/spice-qemu-char.c +++ b/spice-qemu-char.c @@ -39,7 +39,7 @@ static int vmc_write(SpiceCharDeviceInstance *sin, const uint8_t *buf, int len) if (qemu_chr_can_read(scd->chr) < last_out) { break; } - qemu_chr_read(scd->chr, p, last_out); + qemu_chr_be_write(scd->chr, p, last_out); out += last_out; len -= last_out; p += last_out; -- cgit v1.2.1