From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHsb2-00039J-J5 for qemu-devel@nongnu.org; Mon, 24 Feb 2014 05:17:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHsaw-0007xW-Kw for qemu-devel@nongnu.org; Mon, 24 Feb 2014 05:17:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHsaw-0007xK-Cl for qemu-devel@nongnu.org; Mon, 24 Feb 2014 05:17:06 -0500 From: Gal Hammer Date: Mon, 24 Feb 2014 12:16:40 +0200 Message-Id: <1393237002-16980-1-git-send-email-ghammer@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] char: restore read callback on a reattached (hotplug) chardev List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: amit.shah@redhat.com, peter.maydell@linaro.org, Gal Hammer , anthony@codemonkey.ws Added a patch which fix an assertion error. Gal Hammer (2): char: restore read callback on a reattached (hotplug) chardev qtest: fix a "!chr->fd_in_tag" assertion error in qtest. monitor.c | 1 + qemu-char.c | 21 +++++++++++++++++---- qtest.c | 2 ++ 3 files changed, 20 insertions(+), 4 deletions(-) -- 1.8.5.3