From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEBfX-0002Y7-CD for qemu-devel@nongnu.org; Tue, 09 Jun 2009 20:27:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEBfT-0002Xu-03 for qemu-devel@nongnu.org; Tue, 09 Jun 2009 20:27:54 -0400 Received: from [199.232.76.173] (port=35353 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEBfS-0002Xq-QP for qemu-devel@nongnu.org; Tue, 09 Jun 2009 20:27:50 -0400 Received: from mx20.gnu.org ([199.232.41.8]:36198) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MEBfS-0004MK-4W for qemu-devel@nongnu.org; Tue, 09 Jun 2009 20:27:50 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEBfR-0003Yw-6K for qemu-devel@nongnu.org; Tue, 09 Jun 2009 20:27:49 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Help with using io_mem_init from CONFIG_USER_ONLY? Date: Wed, 10 Jun 2009 01:27:46 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906100127.46804.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Frank Rizzo On Wednesday 27 May 2009, Frank Rizzo wrote: > Is it possible to use watchpoints on code being run under the > "CONFIG_USER_ONLY" mode? Short answer is no. In principle it should be possible to enable softmmu for usermode emulation. In practice it's likely to take a fair amount of hacking. Paul