Re: [kvm-devel] [PATCH 1/2] [PATCH] allow machine_crash_shutdown to be replaced

2008-03-10 Thread Ingo Molnar
* Glauber Costa <[EMAIL PROTECTED]> wrote: > It'd be kvm.git with the machine_ops non-static functions patch. > However, as it turned out, we only used one of the functions, instead > of all of them. If ingo prefers, we can revert that patch, and come up > with a new one that just exposes the

Re: [kvm-devel] [PATCH 1/2] [PATCH] allow machine_crash_shutdown to be replaced

2008-03-07 Thread Glauber Costa
Avi Kivity wrote: > Glauber Costa wrote: >> This patch a llows machine_crash_shutdown to >> be replaced, just like any of the other functions >> in machine_ops >> >> > er, against what tree is this? doesn't apply to kvm.git. > It'd be kvm.git with the machine_ops non-static functions patch. Ho

Re: [kvm-devel] [PATCH 1/2] [PATCH] allow machine_crash_shutdown to be replaced

2008-03-07 Thread Avi Kivity
Glauber Costa wrote: > This patch a llows machine_crash_shutdown to > be replaced, just like any of the other functions > in machine_ops > > er, against what tree is this? doesn't apply to kvm.git. -- Any sufficiently difficult bug is indistinguishable from a feature. --

[kvm-devel] [PATCH 1/2] [PATCH] allow machine_crash_shutdown to be replaced

2008-03-07 Thread Glauber Costa
This patch a llows machine_crash_shutdown to be replaced, just like any of the other functions in machine_ops Signed-off-by: Glauber Costa <[EMAIL PROTECTED]> --- arch/x86/kernel/crash.c |3 ++- arch/x86/kernel/reboot.c |7 ++- include/asm-x86/reboot.h |1 + 3 files changed, 9 in