From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NsRYJ-0001OQ-80 for qemu-devel@nongnu.org; Thu, 18 Mar 2010 22:03:07 -0400 Received: from [199.232.76.173] (port=48518 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NsRYI-0001Nq-Pb for qemu-devel@nongnu.org; Thu, 18 Mar 2010 22:03:06 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NsRYH-00041g-Kv for qemu-devel@nongnu.org; Thu, 18 Mar 2010 22:03:06 -0400 Received: from mail2.shareable.org ([80.68.89.115]:55377) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NsRYH-00041b-Cl for qemu-devel@nongnu.org; Thu, 18 Mar 2010 22:03:05 -0400 Date: Fri, 19 Mar 2010 02:03:02 +0000 From: Jamie Lokier Subject: Re: [Qemu-devel] Re: [PATCH, RFC] Replace assert(0) with abort() or cpu_abort() Message-ID: <20100319020302.GE14108@shareable.org> References: <20100316175523.GD19160@shareable.org> <4BA09C72.9060201@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: Paolo Bonzini , Markus Armbruster , qemu-devel@nongnu.org Blue Swirl wrote: > But what if in addition to > this, the user process forked and the other process ptraced the QEMU > process, How good is the cross-arch ptrace() emulation, anyway? :-) -- Jamie