From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvPOD-0002j7-2f for qemu-devel@nongnu.org; Sat, 27 Mar 2010 02:20:57 -0400 Received: from [140.186.70.92] (port=52278 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvPOB-0002iW-Ad for qemu-devel@nongnu.org; Sat, 27 Mar 2010 02:20:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvPOA-0003Oe-1V for qemu-devel@nongnu.org; Sat, 27 Mar 2010 02:20:55 -0400 Received: from mail-bw0-f218.google.com ([209.85.218.218]:54416) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvPO9-0003OW-T2 for qemu-devel@nongnu.org; Sat, 27 Mar 2010 02:20:54 -0400 Received: by bwz10 with SMTP id 10so12057116bwz.2 for ; Fri, 26 Mar 2010 23:20:52 -0700 (PDT) Message-ID: <4BADA3C3.1070202@gmail.com> Date: Sat, 27 Mar 2010 09:20:51 +0300 From: "coopht@gmail.com" MIME-Version: 1.0 References: <1268994675-5858-1-git-send-email-pbonzini@redhat.com> <20100326222205.GA7966@volta.aurel32.net> In-Reply-To: <20100326222205.GA7966@volta.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Question about memory micro operations in Qemu 0.12.x List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello. in qemu 0.9.x there was a special file with micro-operations, which implemented access to memory. For example for arm architecture it was op_mem.h file. I was able to add some printfs to this functions and get information about memory accesses. My question is : how memory access microoperations are now implemented in qemu 0.12.x ? Thanks for you answers.