From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5KPP-00027u-9z for qemu-devel@nongnu.org; Tue, 03 Nov 2009 09:30:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5KPK-00026m-2p for qemu-devel@nongnu.org; Tue, 03 Nov 2009 09:30:54 -0500 Received: from [199.232.76.173] (port=59988 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5KPJ-00026j-Ss for qemu-devel@nongnu.org; Tue, 03 Nov 2009 09:30:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:27031) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5KPJ-0000UI-E9 for qemu-devel@nongnu.org; Tue, 03 Nov 2009 09:30:49 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nA3EUlZ4012707 for ; Tue, 3 Nov 2009 09:30:48 -0500 Received: from localhost (vpn-11-19.rdu.redhat.com [10.11.11.19]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nA3EUflY012193 for ; Tue, 3 Nov 2009 09:30:42 -0500 From: Amit Shah Date: Tue, 3 Nov 2009 19:59:53 +0530 Message-Id: <1257258596-4556-1-git-send-email-amit.shah@redhat.com> Subject: [Qemu-devel] char: remove init_reset handling, more data per write() List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, These patches, all independent of each other, make the char backend a little better by removing the initial_reset handling that's unnecessary, bump up the amount of data that's sent per write() call to 4k from the current 1k and also renames the generic char open() command to reflect reality. Please apply. Amit