Re: [Qemu-devel] How to trace all the guest OS instructions and the micro-ops

2012-03-12 Thread Lluís Vilanova
Yue Chen writes: > Thanks a lot. So any approach to get the dynamic or static whole memory > information of the guest OS ? Not the memory of each process. > Sorry for the confusion. I do use version 1.0.1.  I mention not in 0.9.1 > because > someone has already implemented the dynamic tracing in

Re: [Qemu-devel] How to trace all the guest OS instructions and the micro-ops

2012-03-11 Thread Yue Chen
Thanks a lot. So any approach to get the dynamic or static whole memory information of the guest OS ? Not the memory of each process. Sorry for the confusion. I do use version 1.0.1. I mention not in 0.9.1 because someone has already implemented the dynamic tracing in 0.9.1, but not in the latest

Re: [Qemu-devel] How to trace all the guest OS instructions and the micro-ops

2012-03-11 Thread Chen Yufei
On Mon, Mar 12, 2012 at 5:43 AM, Mulyadi Santosa wrote: > Hi > > On Sun, Mar 11, 2012 at 10:12, Yue Chen wrote: >> I am doing some research based on the QEMU. Does anyone know how to get >> (trace) all the instructions of the guest OS, and get all the intermediate >> micro-ops ?  (Not in the

Re: [Qemu-devel] How to trace all the guest OS instructions and the micro-ops

2012-03-11 Thread Mulyadi Santosa
Hi On Sun, Mar 11, 2012 at 10:12, Yue Chen wrote: > I am doing some research based on the QEMU. Does anyone know how to get > (trace) all the instructions of the guest OS, and get all the intermediate > micro-ops ?  (Not in the 0.9.1 version) I believe it's "-d" option you're looking for. Pl

[Qemu-devel] How to trace all the guest OS instructions and the micro-ops

2012-03-11 Thread Yue Chen
Hi! I am doing some research based on the QEMU. Does anyone know how to get (trace) all the instructions of the guest OS, and get all the intermediate micro-ops ? (Not in the 0.9.1 version) Additionally, how to get the whole memory or each process' memory data of the guest OS? I really apprecia