From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NBWqf-0005j4-Vm for qemu-devel@nongnu.org; Fri, 20 Nov 2009 12:00:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NBWqY-0005d0-1C for qemu-devel@nongnu.org; Fri, 20 Nov 2009 12:00:37 -0500 Received: from [199.232.76.173] (port=54249 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBWqX-0005cg-IC for qemu-devel@nongnu.org; Fri, 20 Nov 2009 12:00:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57475) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NBWqW-0008U8-QU for qemu-devel@nongnu.org; Fri, 20 Nov 2009 12:00:33 -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 nAKH0WOv028716 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 20 Nov 2009 12:00:32 -0500 From: Markus Armbruster Subject: Re: [Qemu-devel] [PATCH 1/9] chardev: add greeting References: <1258450699-24445-1-git-send-email-kraxel@redhat.com> <1258450699-24445-2-git-send-email-kraxel@redhat.com> Date: Fri, 20 Nov 2009 18:00:31 +0100 In-Reply-To: <1258450699-24445-2-git-send-email-kraxel@redhat.com> (Gerd Hoffmann's message of "Tue, 17 Nov 2009 10:38:11 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Gerd Hoffmann writes: > Add a greeting string to CharDriverState which is printed after > initialization. Used to have the qemu vc consoles labeled. This > way we can avoid walking all the chardevs a second time after > initialization just to print the greeting. I doubt this would be worthwhile on its own, but it enables getting rid of serial_devices[] and parallel_devices[] later in the series, which I like.