Hi,
I got a snapshot from my guest Windows but I cannot load it again and my
qcow2 image cannot be loaded again (Boot fail error!).
Could you please help me bout this problem?
Thank you
Hi,
Is it possible to get a re-playable trace (memory snapshot) in Qemu? Do you
have any idea for adding this functionality to Qemu?
I need to get a trace of execution in the guest OS, do some modification on
the trace and run it again.
My problem is that two execution trace of a program may not
Hi,
Is it possible to capture memory dump of a guest windows executable? I want
to access the processes memory and capture memory dump of a specific process
before and after the execution of some certain instructions. I'll
appreciate if you suggest me a quick way for that.
Thank you,
Hi,
I am new to QEMU and I need to get guest Windows instructions traceon Qemu.
I added the following codes to Qemu but I got tcg fatal error :
1- I added a helper function in helper.h : DEF_HELPER_1(get_trace, void,
i32)
2- I added a function gen_helper_get_trace(pc_start) in disas_insn function