From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MR5dK-0005d2-RH for qemu-devel@nongnu.org; Wed, 15 Jul 2009 10:38:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MR5dG-0005aA-Ar for qemu-devel@nongnu.org; Wed, 15 Jul 2009 10:38:58 -0400 Received: from [199.232.76.173] (port=58465 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MR5dF-0005a6-PD for qemu-devel@nongnu.org; Wed, 15 Jul 2009 10:38:53 -0400 Received: from mx20.gnu.org ([199.232.41.8]:34195) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MR5dF-0006XP-Eh for qemu-devel@nongnu.org; Wed, 15 Jul 2009 10:38:53 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MR5dD-00068G-Sn for qemu-devel@nongnu.org; Wed, 15 Jul 2009 10:38:52 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] monitor: Add port write command Date: Wed, 15 Jul 2009 15:38:38 +0100 References: <4A5C3FBB.10306@siemens.com> <200907151114.21482.paul@codesourcery.com> <4A5DCD60.8030209@us.ibm.com> In-Reply-To: <4A5DCD60.8030209@us.ibm.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907151538.39686.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Jan Kiszka , qemu-devel@nongnu.org, Gleb Natapov > Since there isn't really an obvious way to expose the device state via > gdb without using Rcmd and a new monitor command, the whole debate seems > academic :-) The gdb bits for exposing arbitrary peripheral state do exist, though they aren't yet in mainline FSF gdb. Hopefully they'll be merged before too long. Paul