Re: [Qemu-devel] Guest Code Instruction Trace

2013-12-23 Thread Lauren E Guckert
Thanks for the fast response, I really appreciate it. I implemented all of your suggestions and now it all works perfectly! On Mon, Dec 23, 2013 at 3:02 AM, Peter Maydell wrote: > On 23 December 2013 03:45, Lauren E Guckert wrote: > > IN TRANSLATE.C: > > DISA

[Qemu-devel] Guest Code Instruction Trace

2013-12-22 Thread Lauren E Guckert
Hi All, I am relatively new to QEMU. I am using the latest version from git and I am trying to add the necessary code to QEMU to perform a dynamic instruction trace of guest code. My basic approach is to add a op call to a function I have created with the parameters PC and opcode into the disassm