[Qemu-devel] gen_op* function definitions

2008-01-04 Thread Ryan W Smith
I'm trying to figure out how the translation blocks are generated and I'm having a bit of difficulty. I'm trying to find and modify a particular instruction rep ins*, which I've found and it looks like it's being broken down into simpler instructions in the translation process. I've follo

[Qemu-devel] qemu networking help

2007-12-30 Thread Ryan W Smith
I'm currently working on a project where we're using qemu to trace information flow through the operating system. One of the things that we'd like to do is trace network data as it flows through the operating system. I've been reading through the code, and I've gotten a bit lost. I gathe