Re: [PATCH] Add machine_ops interface to abstract halting and rebooting

2007-03-28 Thread Andi Kleen
On Wednesday 28 March 2007 21:47, Jeremy Fitzhardinge wrote: > Andi Kleen wrote: > > On Wednesday 28 March 2007 21:32, Jeremy Fitzhardinge wrote: > > > >> machine_ops is an interface for the machine_* functions defined in > >> . This is intended to allow hypervisors to intercept > >> the

Re: [PATCH] Add machine_ops interface to abstract halting and rebooting

2007-03-28 Thread Jeremy Fitzhardinge
Andi Kleen wrote: > On Wednesday 28 March 2007 21:32, Jeremy Fitzhardinge wrote: > >> machine_ops is an interface for the machine_* functions defined in >> . This is intended to allow hypervisors to intercept >> the reboot process, but it could be used to implement other x86 >> subarchtecture

Re: [PATCH] Add machine_ops interface to abstract halting and rebooting

2007-03-28 Thread Andi Kleen
On Wednesday 28 March 2007 21:32, Jeremy Fitzhardinge wrote: > machine_ops is an interface for the machine_* functions defined in > . This is intended to allow hypervisors to intercept > the reboot process, but it could be used to implement other x86 > subarchtecture reboots. Both patches added

[PATCH] Add machine_ops interface to abstract halting and rebooting

2007-03-28 Thread Jeremy Fitzhardinge
machine_ops is an interface for the machine_* functions defined in . This is intended to allow hypervisors to intercept the reboot process, but it could be used to implement other x86 subarchtecture reboots. Signed-off-by: Jeremy Fitzhardinge <[EMAIL PROTECTED]> --- arch/i386/kernel/apm.c|

[PATCH] Add machine_ops interface to abstract halting and rebooting

2007-03-28 Thread Jeremy Fitzhardinge
machine_ops is an interface for the machine_* functions defined in linux/reboot.h. This is intended to allow hypervisors to intercept the reboot process, but it could be used to implement other x86 subarchtecture reboots. Signed-off-by: Jeremy Fitzhardinge [EMAIL PROTECTED] ---

Re: [PATCH] Add machine_ops interface to abstract halting and rebooting

2007-03-28 Thread Andi Kleen
On Wednesday 28 March 2007 21:32, Jeremy Fitzhardinge wrote: machine_ops is an interface for the machine_* functions defined in linux/reboot.h. This is intended to allow hypervisors to intercept the reboot process, but it could be used to implement other x86 subarchtecture reboots. Both

Re: [PATCH] Add machine_ops interface to abstract halting and rebooting

2007-03-28 Thread Jeremy Fitzhardinge
Andi Kleen wrote: On Wednesday 28 March 2007 21:32, Jeremy Fitzhardinge wrote: machine_ops is an interface for the machine_* functions defined in linux/reboot.h. This is intended to allow hypervisors to intercept the reboot process, but it could be used to implement other x86

Re: [PATCH] Add machine_ops interface to abstract halting and rebooting

2007-03-28 Thread Andi Kleen
On Wednesday 28 March 2007 21:47, Jeremy Fitzhardinge wrote: Andi Kleen wrote: On Wednesday 28 March 2007 21:32, Jeremy Fitzhardinge wrote: machine_ops is an interface for the machine_* functions defined in linux/reboot.h. This is intended to allow hypervisors to intercept the