From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1ChOue-0007z5-Cq for qemu-devel@nongnu.org; Thu, 23 Dec 2004 04:05:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1ChOuc-0007yK-OD for qemu-devel@nongnu.org; Thu, 23 Dec 2004 04:05:35 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ChOub-0007yF-J9 for qemu-devel@nongnu.org; Thu, 23 Dec 2004 04:05:34 -0500 Received: from [63.228.1.57] (helo=gate.crashing.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1ChOcF-00075N-E3 for qemu-devel@nongnu.org; Thu, 23 Dec 2004 03:46:35 -0500 Subject: Re: [Qemu-devel] page fault during ins From: Benjamin Herrenschmidt In-Reply-To: References: <41BF5DBF.2050101@bellard.org> Content-Type: text/plain Date: Thu, 23 Dec 2004 09:45:41 +0100 Message-Id: <1103791541.29993.18.camel@gaston> Mime-Version: 1.0 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: Piotras , qemu-devel@nongnu.org On Wed, 2004-12-15 at 09:17 +0100, Piotras wrote: > Do we have any device where iomem read changes device state? > Wouldn't such hardware cause problems with speculative execution > (memory reads) on some real CPUs? Or am I missing something? This is still quit common unfortunately... On archs like ppc, this is why IO space is marked "Guarded" to prevent speculation. Ben.