From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvG9D-0004s0-LX for qemu-devel@nongnu.org; Fri, 26 Mar 2010 16:28:51 -0400 Received: from [140.186.70.92] (port=46797 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvG9C-0004hE-4M for qemu-devel@nongnu.org; Fri, 26 Mar 2010 16:28:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvG44-0000GZ-HC for qemu-devel@nongnu.org; Fri, 26 Mar 2010 16:23:33 -0400 Received: from mail-bw0-f218.google.com ([209.85.218.218]:53408) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvG44-0000GP-7i for qemu-devel@nongnu.org; Fri, 26 Mar 2010 16:23:32 -0400 Received: by bwz10 with SMTP id 10so11742118bwz.2 for ; Fri, 26 Mar 2010 13:23:30 -0700 (PDT) Message-ID: <4BAD17C2.2090801@gmail.com> Date: Fri, 26 Mar 2010 23:23:30 +0300 From: "coopht@gmail.com" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; 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.