Re: [PATCH 09/15] x86: Emergency virtualization disable function

2008-11-06 Thread Pavel Machek
Hi! > > > --- /dev/null > > > +++ b/arch/x86/kernel/virtext.c > > > @@ -0,0 +1,89 @@ > > > +/* Core CPU virtualization extensions handling > > > + * > > > + * This should carry the code for handling CPU virtualization extensions > > > + * that needs to live in the kernel core. > > > + * > > > + *

Re: [PATCH 09/15] x86: Emergency virtualization disable function

2008-11-06 Thread Eduardo Habkost
On Wed, Nov 05, 2008 at 11:27:32PM +0100, Pavel Machek wrote: > On Wed 2008-11-05 17:56:52, Eduardo Habkost wrote: > > This patch adds an interface to set a function that can be used to > > disable virtualization extensions on the CPU on emergency cases, such > > as on kdump or emergency reboot. >

Re: [PATCH 09/15] x86: Emergency virtualization disable function

2008-11-05 Thread Pavel Machek
On Wed 2008-11-05 17:56:52, Eduardo Habkost wrote: > This patch adds an interface to set a function that can be used to > disable virtualization extensions on the CPU on emergency cases, such > as on kdump or emergency reboot. > > The function will be set by code that enables virtualization extens

[PATCH 09/15] x86: Emergency virtualization disable function

2008-11-05 Thread Eduardo Habkost
This patch adds an interface to set a function that can be used to disable virtualization extensions on the CPU on emergency cases, such as on kdump or emergency reboot. The function will be set by code that enables virtualization extensions on the CPUs (i.e. KVM), and should do the very least to