From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N08l6-0000AF-FZ for qemu-devel@nongnu.org; Tue, 20 Oct 2009 03:03:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N08l1-00008j-PR for qemu-devel@nongnu.org; Tue, 20 Oct 2009 03:03:52 -0400 Received: from [199.232.76.173] (port=52010 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N08l1-00008g-JF for qemu-devel@nongnu.org; Tue, 20 Oct 2009 03:03:47 -0400 Received: from mx20.gnu.org ([199.232.41.8]:11402) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N08l0-000663-Bk for qemu-devel@nongnu.org; Tue, 20 Oct 2009 03:03:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N08ky-0003ZE-KC for qemu-devel@nongnu.org; Tue, 20 Oct 2009 03:03:44 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9K73gax010360 for ; Tue, 20 Oct 2009 03:03:42 -0400 From: Amit Shah Date: Tue, 20 Oct 2009 12:32:58 +0530 Message-Id: <1256022182-15570-1-git-send-email-amit.shah@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] Resend: Fixes for the qemu char layer List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Amit Shah Hello, These are fixes for qemu's char layer. All of the patches have been sent earlier, this is just a resend with the fix for console char devs included in the series that was sent separately earlier. Amit Shah (4): char: check for initial_reset_issued unnecessary char: rename CHR_EVENT_RESET to CHR_EVENT_OPENED console: call qemu_chr_reset() in text_console_init char: emit the OPENED event only when a new char connection is opened console.c | 1 + gdbstub.c | 2 +- hw/baum.c | 2 +- hw/usb-serial.c | 2 +- monitor.c | 2 +- qemu-char.c | 12 +++++++----- qemu-char.h | 4 +++- 7 files changed, 15 insertions(+), 10 deletions(-)