Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2008 04:16:39 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 132285 for review
Message-ID:  <200801020416.m024GdVe005910@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132285

Change 132285 by kmacy@pandemonium:kmacy:xen31 on 2008/01/02 04:16:18

	call in to xen to shutdown

Affected files ...

.. //depot/projects/xen31/sys/i386/i386/vm_machdep.c#4 edit

Differences ...

==== //depot/projects/xen31/sys/i386/i386/vm_machdep.c#4 (text+ko) ====

@@ -607,6 +607,9 @@
 #endif
 
 	disable_intr();
+#ifdef XEN
+	HYPERVISOR_shutdown(SHUTDOWN_poweroff);
+#endif	
 #ifdef CPU_ELAN
 	if (elan_mmcr != NULL)
 		elan_mmcr->RESCFG = 1;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801020416.m024GdVe005910>