Re: [Qemu-devel] QEMU Profiling

2013-02-28 Thread Vadim Evard
Could you please suggest a newer article on QEMU internals please? This is the first time I have to hack huge C program and I'll eventually accomplish my task anyway, but I'd be very thankful for any help. Wei-Ren Chen, thank you for hint. On 26.02.2013 17:21, Peter Maydell wrote: On 26 Febru

Re: [Qemu-devel] QEMU Profiling

2013-02-26 Thread Wei-Ren Chen
On Tue, Feb 26, 2013 at 05:16:48PM +0400, Евард Вадим wrote: > Hi list, > Our team is now surveying various binary translation and emulation tools, and > as part of this work we have to measure time spent in different parts of the > process. > More precisely, I'd like to make this work on x86_64-li

Re: [Qemu-devel] QEMU Profiling

2013-02-26 Thread Peter Maydell
On 26 February 2013 13:16, Евард Вадим wrote: > If article [1] is still relevant, No, Fabrice's 2005 paper is now of only historical interest; QEMU has changed substantially since then (most notably, dyngen has been eliminated; there are other differences too). -- PMM

[Qemu-devel] QEMU Profiling

2013-02-26 Thread Евард Вадим
Hi list, Our team is now surveying various binary translation and emulation tools, and as part of this work we have to measure time spent in different parts of the process. More precisely, I'd like to make this work on x86_64-linux-user qemu without any accelerations. If article [1] is still releva