"git@rev.ng:anjo/libtcg.git" did not exist on "e0b6767b6c56a08827e35873e7d259d08e4b3ee5"
Marc-André Lureau
authored
Instead of flushing the buffer byte by byte, call qemu_chr_be_write() with as much byte possible accepted by the front-end. Factor out buffer flushing in a common function udp_chr_flush_buffer(). Signed-off-by:Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by:
Philippe Mathieu-Daudé <f4bug@amsat.org>