From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rumyu-0006jg-Qa for qemu-devel@nongnu.org; Tue, 07 Feb 2012 10:29:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rumyp-0002VE-4F for qemu-devel@nongnu.org; Tue, 07 Feb 2012 10:29:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rumyo-0002Uw-Ts for qemu-devel@nongnu.org; Tue, 07 Feb 2012 10:29:15 -0500 Message-ID: <4F314418.7080807@redhat.com> Date: Tue, 07 Feb 2012 16:32:40 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1328623766-12287-1-git-send-email-armbru@redhat.com> <1328623766-12287-7-git-send-email-armbru@redhat.com> In-Reply-To: <1328623766-12287-7-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 06/19] gdbstub: Error locations for -gdb List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org Am 07.02.2012 15:09, schrieb Markus Armbruster: > Stash away the option argument with add_device_config(), so we still > have its location when we get around to parsing it. > > This doesn't improve any messages I can see just yet, but that'll > change shortly. > > Signed-off-by: Markus Armbruster gdb isn't really a device, though. Should the struct and the functions be renamed? Kevin