[Qemu-devel] Debugging QEMU

2008-02-07 Thread Luis Pureza
Hello, I'm getting acquainted with QEMU's internals because I'll need to know them very well for the next few months. I've reached a point where I want to debug QEMU with gdb in order to better understand the code flux related to some things that are still not clear after just looking at the code.

Re: [Qemu-devel] Run program without kernel. Possible? (part 2)

2006-07-19 Thread Luis Pureza
Hi,I think you got it right. I compiled a small test program on linux/x86 using a cross compiler that generates sparc binaries.Then I tried to emulate it (still on linux/x86) using$ qemu-sparc -d in_asm program and it starts emulating but then fails:Unhandled trap: 0x2pc: 40002bac npc: 40002bb0Gen

[Qemu-devel] Run program without kernel. Possible? (part 2)

2006-07-18 Thread Luis Pureza
Hi,First, let me apologise if this isn't the right place for asking this.Yesterday I posted this thread (http://qemu.dad-answers.com/viewtopic.php?t=1804 ) on the general help forum, but it seems I got no answer. This is kinda urgent and I'd really appreciate any help.Again, sorry for being a stubb