commit | f5c848eed769b795ac9c06bfb315e4aa9116337c | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Fri Jan 21 21:48:08 2011 +0100 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Sun Jan 23 02:27:20 2011 -0200 |
tree | cfa3bd1355e47295874dc9d73fb3403ee18a6e58 | |
parent | bb44e0d12df70bd4a653341db4446daf6a9326be [diff] |
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 <jan.kiszka@siemens.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>