Re: [Qemu-devel] [PATCH 1/1] kvm: log available guest crash parameters

2017-01-31 Thread Denis V. Lunev
On 01/31/2017 06:43 PM, Paolo Bonzini wrote: > > On 31/01/2017 05:07, Denis V. Lunev wrote: >> From: Anton Nefedov >> >> Windows reports BSOD parameters through Hyper-V crash MSRs. This >> information is very useful for initial crash analysis and thus >> it would be nice to see it in the QEMU log

Re: [Qemu-devel] [PATCH 1/1] kvm: log available guest crash parameters

2017-01-31 Thread Paolo Bonzini
On 31/01/2017 10:46, Denis V. Lunev wrote: > On 01/31/2017 06:43 PM, Paolo Bonzini wrote: >> >> On 31/01/2017 05:07, Denis V. Lunev wrote: >>> From: Anton Nefedov >>> >>> Windows reports BSOD parameters through Hyper-V crash MSRs. This >>> information is very useful for initial crash analysis an

Re: [Qemu-devel] [PATCH 1/1] kvm: log available guest crash parameters

2017-01-31 Thread Paolo Bonzini
On 31/01/2017 05:07, Denis V. Lunev wrote: > From: Anton Nefedov > > Windows reports BSOD parameters through Hyper-V crash MSRs. This > information is very useful for initial crash analysis and thus > it would be nice to see it in the QEMU log file. There is suitable > log mask for the purpose.

[Qemu-devel] [PATCH 1/1] kvm: log available guest crash parameters

2017-01-31 Thread Denis V. Lunev
From: Anton Nefedov Windows reports BSOD parameters through Hyper-V crash MSRs. This information is very useful for initial crash analysis and thus it would be nice to see it in the QEMU log file. There is suitable log mask for the purpose. Linux guest does not provide this information, but stil