[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] [IA64] sync console before halt/reboot



# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 7c9692adcca7d688de67f4c863ea46b32e077858
# Parent  3dca270188da9065b10c60e5d5459239badf161b
[IA64] sync console before halt/reboot

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
 xen/arch/ia64/xen/domain.c |    2 ++
 1 files changed, 2 insertions(+)

diff -r 3dca270188da -r 7c9692adcca7 xen/arch/ia64/xen/domain.c
--- a/xen/arch/ia64/xen/domain.c        Mon Jun 26 14:33:01 2006 -0600
+++ b/xen/arch/ia64/xen/domain.c        Mon Jun 26 14:34:18 2006 -0600
@@ -929,6 +929,7 @@ int construct_dom0(struct domain *d,
 
 void machine_restart(char * __unused)
 {
+       console_start_sync();
        if (running_on_sim)
                printf ("machine_restart called.  spinning...\n");
        else
@@ -938,6 +939,7 @@ void machine_restart(char * __unused)
 
 void machine_halt(void)
 {
+       console_start_sync();
        if (running_on_sim)
                printf ("machine_halt called.  spinning...\n");
        else

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.