Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1610614
| From | Josh Poimboeuf <jpoimboe@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] kvm/x86/vmx: report KVM_SYSTEM_EVENT_CRASH on triple fault |
| Date | 2017-03-28 13:50 +0200 |
| Message-ID | <tpXNo-6Vx-7@gated-at.bofh.it> (permalink) |
| References | <tpIuZ-4vN-5@gated-at.bofh.it> <tpUcO-4ow-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Mar 28, 2017 at 03:51:01AM -0400, Paolo Bonzini wrote: > > > While debugging a kernel issue, I found that QEMU always reboots when an > > x86 triple fault occurs, which complicates debugging. QEMU and libvirt > > have a facility for creating a dump when KVM reports > > KVM_SYSTEM_EVENT_CRASH. So change the VMX triple fault handler to do > > that. This gives user space the ability to decide whether to dump, > > pause, shutdown, or reboot. > > You probably want QEMU's -no-reboot option. > > Triple faults are already reported to userspace with KVM_EXIT_SHUTDOWN, > and it's up to userspace to decide what to do with it. This patch cannot > be applied, because there are guests that do a triple-fault intentionally > in order to reset the machine. Ok. Any idea how to force libvirt to create a dump? It has a 'coredump-destroy' option, but that only seems to work with 'on_crash': https://libvirt.org/formatdomain.html#elementsEvents -- Josh
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] kvm/x86/vmx: report KVM_SYSTEM_EVENT_CRASH on triple fault Josh Poimboeuf <jpoimboe@redhat.com> - 2017-03-27 21:30 +0200
Re: [PATCH] kvm/x86/vmx: report KVM_SYSTEM_EVENT_CRASH on triple fault Paolo Bonzini <pbonzini@redhat.com> - 2017-03-28 10:00 +0200
Re: [PATCH] kvm/x86/vmx: report KVM_SYSTEM_EVENT_CRASH on triple fault Josh Poimboeuf <jpoimboe@redhat.com> - 2017-03-28 13:50 +0200
Re: [PATCH] kvm/x86/vmx: report KVM_SYSTEM_EVENT_CRASH on triple fault Paolo Bonzini <pbonzini@redhat.com> - 2017-03-28 15:30 +0200
Re: [PATCH] kvm/x86/vmx: report KVM_SYSTEM_EVENT_CRASH on triple fault Josh Poimboeuf <jpoimboe@redhat.com> - 2017-03-28 18:00 +0200
csiph-web