Re: [Xen-devel] [PATCH 3/3 v2] xen: Implement EFI reset_system callback

2017-04-24 Thread Stefano Stabellini
On Mon, 24 Apr 2017, Julien Grall wrote: > When rebooting DOM0 with ACPI on ARM64, the kernel is crashing with the stack > trace [1]. > > This is happening because when EFI runtimes are enabled, the reset code > (see machine_restart) will first try to use EFI restart method. > > However, the EFI

Re: [Xen-devel] [PATCH 3/3 v2] xen: Implement EFI reset_system callback

2017-04-24 Thread Boris Ostrovsky
On 04/24/2017 01:58 PM, Julien Grall wrote: > When rebooting DOM0 with ACPI on ARM64, the kernel is crashing with the stack > trace [1]. > > This is happening because when EFI runtimes are enabled, the reset code > (see machine_restart) will first try to use EFI restart method. > > However, the EFI