dump: add fallback KDBG using in Windows dump
authorViktor Prutyanov <viktor.prutyanov@virtuozzo.com>
Thu, 17 May 2018 16:23:41 +0000 (19:23 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 29 Jun 2018 11:02:49 +0000 (13:02 +0200)
commit2ababfcc0e5e778c9005abb57f4bf6a036145a57
tree7c87c9f9b4fc6674675ec27aa05a7d04f4c1347b
parent92d1b3d5086c182bab66fd1814c4a04ba1e59337
dump: add fallback KDBG using in Windows dump

KdDebuggerDataBlock may be encrypted in guest memory and dump will be
useless in this case. But guest driver can obtain decrypted KDBG and
expose its address through BugcheckParameter1 field in raw header.
After this patch, QEMU will be able to use fallback KdDebuggerDataBlock.

Signed-off-by: Viktor Prutyanov <viktor.prutyanov@virtuozzo.com>
Message-Id: <20180517162342.4330-4-viktor.prutyanov@virtuozzo.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
win_dump.c