From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGQRy-00026X-7f for qemu-devel@nongnu.org; Thu, 20 Feb 2014 05:01:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGQRp-0005yU-Qr for qemu-devel@nongnu.org; Thu, 20 Feb 2014 05:01:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGQRp-0005yL-J3 for qemu-devel@nongnu.org; Thu, 20 Feb 2014 05:01:41 -0500 Date: Thu, 20 Feb 2014 15:30:38 +0530 From: Amit Shah Message-ID: <20140220100038.GA7585@grmbl.mre> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] Chardev fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu list Cc: Gal Hammer , peter.maydell@linaro.org, Gerd Hoffmann , Anthony Liguori Hi, This fix by Gal Hammer has been on list for quite a while, please pull. The following changes since commit 46eef33b89e936ca793e13c4aeea1414e97e8dbb: Fix QEMU build on OpenBSD on x86 archs (2014-02-17 11:44:00 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git char-fixes for you to fetch changes up to 5f9b4bcaefa6ed4c7ce7181bd041d2a5b774bd5e: char: restore read callback on a reattached (hotplug) chardev (2014-02-20 15:17:32 +0530) ---------------------------------------------------------------- Gal Hammer (1): char: restore read callback on a reattached (hotplug) chardev qemu-char.c | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) Amit