From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752097AbdEBJaT (ORCPT ); Tue, 2 May 2017 05:30:19 -0400 Received: from mx2.suse.de ([195.135.220.15]:40713 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751015AbdEBJaS (ORCPT ); Tue, 2 May 2017 05:30:18 -0400 Subject: Re: [PATCH 0/3 v2] xen: Implement EFI reset_system callback To: Julien Grall , xen-devel@lists.xen.org, sstabellini@kernel.org, Boris Ostrovsky References: <20170424175839.5262-1-julien.grall@arm.com> <33472949-4748-f03e-cae9-65bd5f54c2f7@arm.com> Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, mark.rutland@arm.com, linux-efi@vger.kernel.org From: Juergen Gross Message-ID: Date: Tue, 2 May 2017 11:30:14 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <33472949-4748-f03e-cae9-65bd5f54c2f7@arm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/05/17 11:08, Julien Grall wrote: > Hi all, > > It looks like the series has fully been acked, can someone merge this > into xentip? As I already wrote: patch 1 doesn't apply any longer. As there were other conflicts between xentip and Linus' tree I'm doing a rebase of for-linus-4.12 right now, so I can do the rebase of this patch for you. Juergen > > Cheers, > > On 04/24/2017 06:58 PM, Julien Grall wrote: >> Hi all, >> >> This small patch series implements EFI reset_system callback when >> using EFI >> Xen. Without this, it will not be possible to reboot/power off ARM64 DOM0 >> when using ACPI. >> >> Cheers, >> >> Cc: Boris Ostrovsky >> Cc: Juergen Gross >> >> Julien Grall (3): >> xen: Export xen_reboot >> arm/xen: Consolidate calls to shutdown hypercall in a single helper >> xen: Implement EFI reset_system callback >> >> arch/arm/xen/efi.c | 2 +- >> arch/arm/xen/enlighten.c | 16 ++++++++++------ >> arch/x86/xen/efi.c | 2 +- >> arch/x86/xen/enlighten.c | 2 +- >> drivers/xen/efi.c | 18 ++++++++++++++++++ >> include/xen/xen-ops.h | 5 +++++ >> 6 files changed, 36 insertions(+), 9 deletions(-) >> >