From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z859y-0005LC-6c for qemu-devel@nongnu.org; Thu, 25 Jun 2015 07:17:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z852z-0004po-GP for qemu-devel@nongnu.org; Thu, 25 Jun 2015 07:10:26 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:33466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z852z-0004nG-8w for qemu-devel@nongnu.org; Thu, 25 Jun 2015 07:10:21 -0400 Received: by wiwl6 with SMTP id l6so14595962wiw.0 for ; Thu, 25 Jun 2015 04:10:20 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <558BE199.1060906@redhat.com> Date: Thu, 25 Jun 2015 13:10:17 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1435163110-2724-1-git-send-email-pbonzini@redhat.com> <1435163110-2724-4-git-send-email-pbonzini@redhat.com> <20150625034457.GH17695@ad.nay.redhat.com> <558BB1CA.3030006@redhat.com> <20150625105959.GE12846@ad.nay.redhat.com> In-Reply-To: <20150625105959.GE12846@ad.nay.redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/9] memory: Add global-locking property to memory regions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: borntraeger@de.ibm.com, Frederic Konrad , qemu-devel@nongnu.org, "Dr. David Alan Gilbert" , Jan Kiszka On 25/06/2015 12:59, Fam Zheng wrote: > I meant the above "When this is invoked, access to this memory regions will be > processed..." compared to this "accesses to the memory region". Ah, I see what you mean now. Fixed. Paolo