WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Can't reboot Dell Latitude E6420

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Can't reboot Dell Latitude E6420
From: "Roger Cruz" <roger.cruz@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 25 May 2011 15:09:54 -0500
Delivery-date: Wed, 25 May 2011 13:11:23 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcwbF7YXX6qANLteQVu347XLCP83Dg==
Thread-topic: Can't reboot Dell Latitude E6420

I'm running Xen 4.0.1 on a Sandybridge-based Dell Latitude E6420 and I'm finding that the platform reboot operation hangs. 

I've done some investigation and have tracked down the code that dom0 makes in order to reboot the platform is HYPERVISOR_sched_op(SCHEDOP_shutdown, code),
where 'code' is SHUTDOWN_reboot.  This hypercall makes its way to the Xen routine  machine_restart() in xen/arch/x86/shutdown.c which performs a reboot based on the default reboot_type=BOOT_ACPI.  I have overrode the reboot_type and made it BOOT_TRIPLE and BOOT_KBD, and both of these options still hang after the invocation that is supposed to reboot the platform.

I experienced the same behavior from a serial Xen console 'R' reboot action, which is expected since it too calls machine_restart().

I'm out of ideas here as to why these reboot calls are not working.  I figured that the triple fault of the processor would be one that always works but it still hangs for me.  Anyone have any ideas or suggestions for additional tests?

Thank you in advance.

Roger R. Cruz

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>