From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH] mask out clflush Date: Thu, 10 Jul 2008 09:20:07 -0500 Message-ID: <48761A97.7010500@codemonkey.ws> References: <1215541784-26539-1-git-send-email-gcosta@redhat.com> <200807101843.57902.sheng.yang@intel.com> <48760EE6.1070303@codemonkey.ws> <48760FDA.80401@qumranet.com> <487610A5.9030903@codemonkey.ws> <4876185B.9030609@qumranet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "Yang, Sheng" , kvm@vger.kernel.org, Glauber Costa , glommer@gmail.com To: Avi Kivity Return-path: Received: from py-out-1112.google.com ([64.233.166.176]:52641 "EHLO py-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754767AbYGJOUe (ORCPT ); Thu, 10 Jul 2008 10:20:34 -0400 Received: by py-out-1112.google.com with SMTP id p76so1840780pyb.10 for ; Thu, 10 Jul 2008 07:20:33 -0700 (PDT) In-Reply-To: <4876185B.9030609@qumranet.com> Sender: kvm-owner@vger.kernel.org List-ID: Avi Kivity wrote: > Anthony Liguori wrote: >> >> It's equivalent to a read from a VT perspective so if the read would >> trap, the clflush instruction will trap. >> > > Reads don't normally go through the emulator. Is the guest > clflush()ing mmio addresses? Strange as these are not normally cached. It seems so, Glauber mentioned that the address was an MMIO address. Regards, Anthony Liguori