From: Chris Wright <hidden> Date: 2006-09-21 19:44:15
* Jeremy Fitzhardinge (jeremy@goop.org) wrote:
What's paravirt_ops.halt for? Is it the non-safe equivalent to
safe_halt, or is it intended for shutting down the machine? It doesn't
seem to be used anywhere.
It's called from halt(). Xen should be using it to down the cpu.
thanks,
-chris