Re: [Qemu-devel] [OOT] gcc trick to help studying Qemu source

2011-04-22 Thread Mulyadi Santosa
Hi Brad :) On Fri, Apr 22, 2011 at 14:04, Brad Hards wrote: > On Tuesday 19 April 2011 19:07:39 Mulyadi Santosa wrote: >> Hopefully it's useful for everybody, especially newbie like me. > I added a note about this to the wiki. Perhaps you may like to expand / > enhance it: > http://wiki.qemu.org/

Re: [Qemu-devel] [OOT] gcc trick to help studying Qemu source

2011-04-22 Thread Brad Hards
On Tuesday 19 April 2011 19:07:39 Mulyadi Santosa wrote: > Hopefully it's useful for everybody, especially newbie like me. I added a note about this to the wiki. Perhaps you may like to expand / enhance it: http://wiki.qemu.org/Documentation/GettingStartedDevelopers#Getting_to_know_the_code Brad

[Qemu-devel] [OOT] gcc trick to help studying Qemu source

2011-04-19 Thread Mulyadi Santosa
Hi all Just a result of my adventure lately to get better understanding with Qemu source, that is how to easily expand the result of preprocessing and assembling unknown to me before, gcc could already do this for us: http://the-hydra.blogspot.com/2011/04/getting-confused-when-exploring-qemu.h