From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YptuW-0002jc-TP for qemu-devel@nongnu.org; Wed, 06 May 2015 03:38:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YptuR-0007Cj-Uw for qemu-devel@nongnu.org; Wed, 06 May 2015 03:38:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YptuR-0007Cf-Nl for qemu-devel@nongnu.org; Wed, 06 May 2015 03:38:23 -0400 Message-ID: <1430897896.22409.1.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Wed, 06 May 2015 09:38:16 +0200 In-Reply-To: <1430837936-24321-1-git-send-email-marcandre.lureau@gmail.com> References: <1430837936-24321-1-git-send-email-marcandre.lureau@gmail.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/2] virtio-console: notify chardev when writable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Marc-Andr=E9?= Lureau Cc: qemu-devel@nongnu.org On Di, 2015-05-05 at 16:58 +0200, Marc-Andr=C3=A9 Lureau wrote: > When the virtio serial is writable, notify the chardev backend > with qemu_chr_accept_input(). added both patches to spice patch queue. thanks, Gerd