public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] x86: disable virt on kdump and emergency_restart
@ 2008-11-04 14:52 Eduardo Habkost
  2008-11-04 14:52 ` [PATCH 01/16] x86 kdump: Extract kdump-specific code from crash_nmi_callback() Eduardo Habkost
                   ` (16 more replies)
  0 siblings, 17 replies; 37+ messages in thread
From: Eduardo Habkost @ 2008-11-04 14:52 UTC (permalink / raw)
  To: Avi Kivity, Ingo Molnar
  Cc: Eric W. Biederman, Simon Horman, Andrew Morton, Vivek Goyal,
	Haren Myneni, Andrey Borzenkov, mingo, Rafael J. Wysocki, kexec,
	kvm, linux-kernel, Eduardo Habkost

Hi,

This is a new version of the series to disabling virtualization on kdump,
now extended to do the same tricks on emergency_restart() if needed.

This series is against linux-next-20081103.

Patches 01-07 simply move the non-kdump-specific parts
of nmi_shootdown_cpus() to reboot.c, so it can be used by
emergency_restart(). They should be a no-op in relation to existing code.

Patches 08 adds the virt_disable function registering interface, like
the previous series.

Patch 09 hooks emergency_virt_disable() into kdump crash_shutdown code.

Patch 10 hooks emergency_virt_disable() into emergency_restart() using
nmi_shootdown_cpus().

Patches 11-15 change KVM so that it registers a virt_disable function
when loading.

Finally, patch 16 restore the previous reboot=kbd default.

-- 
Eduardo

^ permalink raw reply	[flat|nested] 37+ messages in thread

end of thread, other threads:[~2008-11-09 11:23 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-04 14:52 [PATCH 00/14] x86: disable virt on kdump and emergency_restart Eduardo Habkost
2008-11-04 14:52 ` [PATCH 01/16] x86 kdump: Extract kdump-specific code from crash_nmi_callback() Eduardo Habkost
2008-11-04 14:52 ` [PATCH 02/16] x86 kdump: Move crashing_cpu assignment to nmi_shootdown_cpus() Eduardo Habkost
2008-11-04 14:52 ` [PATCH 03/16] x86 kdump: Create kdump_nmi_shootdown_cpus() Eduardo Habkost
2008-11-04 14:52 ` [PATCH 04/16] x86 kdump: Make kdump_nmi_callback() a function ptr on crash_nmi_callback() Eduardo Habkost
2008-11-04 14:52 ` [PATCH 05/16] x86 kdump: Make nmi_shootdown_cpus() non-static Eduardo Habkost
2008-11-04 14:52 ` [PATCH 06/16] x86: Move nmi_shootdown_cpus() to reboot.c Eduardo Habkost
2008-11-04 14:52 ` [PATCH 07/16] x86: Make nmi_shootdown_cpus() available on !SMP and !X86_LOCAL_APIC Eduardo Habkost
2008-11-04 18:15   ` Eduardo Habkost
2008-11-04 14:52 ` [PATCH 08/16] x86: Emergency virtualization disable function Eduardo Habkost
2008-11-05 17:33   ` Eric W. Biederman
     [not found]     ` <m1bpwu3wod.fsf-B27657KtZYmhTnVgQlOflh2eb7JE58TQ@public.gmane.org>
2008-11-05 17:52       ` Eduardo Habkost
2008-11-06  9:48         ` Avi Kivity
2008-11-06 10:22           ` Eric W. Biederman
     [not found]             ` <m1mygd2lxs.fsf-B27657KtZYmhTnVgQlOflh2eb7JE58TQ@public.gmane.org>
2008-11-06 10:30               ` Avi Kivity
     [not found]                 ` <4912C75B.8050508-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2008-11-06 17:45                   ` Eduardo Habkost
2008-11-09 11:23                     ` Avi Kivity
2008-11-04 14:52 ` [PATCH 09/16] kdump: Hook emergency_virt_disable() on crash shutdown code Eduardo Habkost
     [not found]   ` <1225810364-8990-10-git-send-email-ehabkost-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2008-11-05 14:41     ` Vivek Goyal
     [not found]       ` <20081105144144.GC8993-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2008-11-05 15:07         ` Eduardo Habkost
2008-11-04 14:52 ` [PATCH 10/16] x86: disable virtualization on all CPUs if needed, on emergency_restart Eduardo Habkost
2008-11-04 14:52 ` [PATCH 11/16] kvm_x86_ops: crash_hardware_disable() operation Eduardo Habkost
2008-11-04 14:52 ` [PATCH 12/16] kvm: svm: set crash_hardware_disable to svm_hardware_disable Eduardo Habkost
2008-11-04 14:52 ` [PATCH 13/16] kvm: vmx: crash_hardware_disable function Eduardo Habkost
2008-11-04 14:52 ` [PATCH 14/16] kvmx: x86: set kvm_x86_ops earlier on kvm_arch_init() Eduardo Habkost
2008-11-04 14:52 ` [PATCH 15/16] kvm: x86: set kdump virt_disable function on initialization Eduardo Habkost
2008-11-05 17:26   ` Eric W. Biederman
     [not found]     ` <m1od0u3wyq.fsf-B27657KtZYmhTnVgQlOflh2eb7JE58TQ@public.gmane.org>
2008-11-05 17:50       ` Eduardo Habkost
2008-11-06  9:44       ` Avi Kivity
2008-11-04 14:52 ` [PATCH 16/16] Revert "x86: default to reboot via ACPI" Eduardo Habkost
     [not found] ` <1225810364-8990-1-git-send-email-ehabkost-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2008-11-04 16:54   ` [PATCH 00/14] x86: disable virt on kdump and emergency_restart Avi Kivity
2008-11-05 14:44     ` Vivek Goyal
2008-11-05 15:04       ` Eduardo Habkost
2008-11-06  9:52       ` Avi Kivity
     [not found]     ` <49107E2C.8090803-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2008-11-05 16:33       ` Ingo Molnar
     [not found]         ` <20081105163306.GA30018-X9Un+BFzKDI@public.gmane.org>
2008-11-06  9:49           ` Avi Kivity
     [not found]             ` <4912BDC5.3000508-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2008-11-06 12:28               ` Eduardo Habkost

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox