]> Git Repo - qemu.git/commit
x86: Optionally dump code bytes on cpu_dump_state
authorJan Kiszka <[email protected]>
Fri, 21 Jan 2011 20:48:08 +0000 (21:48 +0100)
committerMarcelo Tosatti <[email protected]>
Sun, 23 Jan 2011 04:27:20 +0000 (02:27 -0200)
commitf5c848eed769b795ac9c06bfb315e4aa9116337c
treecfa3bd1355e47295874dc9d73fb3403ee18a6e58
parentbb44e0d12df70bd4a653341db4446daf6a9326be
x86: Optionally dump code bytes on cpu_dump_state

Introduce the cpu_dump_state flag CPU_DUMP_CODE and implement it for
x86. This writes out the code bytes around the current instruction
pointer. Make use of this feature in KVM to help debugging fatal vm
exits.

Signed-off-by: Jan Kiszka <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
cpu-all.h
kvm-all.c
target-i386/helper.c
This page took 0.026503 seconds and 4 git commands to generate.