[PATCH 0/6] kdump: disable virtualization extensions on crash (v2)

2008-10-30 Thread Eduardo Habkost
Hi, After some discussion, this is my second try to fix properly the kdump hang when the kvm-intel module is loaded. I've kept the virtualization code inside the KVM, and just used a function pointer that can be registered by KVM to be called at crash time. This series is for one of the

Re: [PATCH 0/6] kdump: disable virtualization extensions on crash (v2)

2008-10-30 Thread Avi Kivity
Eduardo Habkost wrote: After some discussion, this is my second try to fix properly the kdump hang when the kvm-intel module is loaded. I've kept the virtualization code inside the KVM, and just used a function pointer that can be registered by KVM to be called at crash time. Looks good.