On 10/10/2011 12:21 PM, Alon Levy wrote:
> A core file would be that format - for direct gdb processing. No > proprietary re-inventions please.Just a note: A core file to windows core dump file would be nice for windows guest crashes.
That requires cooperation from a kernel driver in the Windows guest. The driver must call KeInitializeCrashDumpHeader and write somewhere the physical address of the buffer.
Paolo