From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuuiU-0005Hp-SL for qemu-devel@nongnu.org; Tue, 28 Oct 2008 15:59:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuuiT-0005HC-6X for qemu-devel@nongnu.org; Tue, 28 Oct 2008 15:59:02 -0400 Received: from [199.232.76.173] (port=52102 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuuiS-0005H4-VD for qemu-devel@nongnu.org; Tue, 28 Oct 2008 15:59:01 -0400 Received: from mx2.redhat.com ([66.187.237.31]:60219) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuuiS-0005iD-Fc for qemu-devel@nongnu.org; Tue, 28 Oct 2008 15:59:00 -0400 Message-ID: <49076EF9.8040009@redhat.com> Date: Tue, 28 Oct 2008 20:58:49 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/4] Implement "info chardev" command. References: <1225198518-16529-1-git-send-email-kraxel@redhat.com> <1225198518-16529-2-git-send-email-kraxel@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org Hi, >> @@ -55,9 +56,12 @@ struct CharDriverState { >> void *opaque; >> int focus; >> QEMUBH *bh; >> + char *label; >> + char *filename; > > I think you should add 'const' to both above. Will do. thanks, Gerd