Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1629830

[PATCH 0/3 v2] xen: Implement EFI reset_system callback

From Julien Grall <julien.grall@arm.com>
Newsgroups linux.kernel
Subject [PATCH 0/3 v2] xen: Implement EFI reset_system callback
Date 2017-04-24 20:00 +0200
Message-ID <tzQrf-1BV-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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 <boris.ostrovsky@oracle.com>
Cc: Juergen Gross <jgross@suse.com>

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(-)

-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3 v2] xen: Implement EFI reset_system callback Julien Grall <julien.grall@arm.com> - 2017-04-24 20:00 +0200
  [PATCH 3/3 v2] xen: Implement EFI reset_system callback Julien Grall <julien.grall@arm.com> - 2017-04-24 20:00 +0200
    Re: [PATCH 3/3 v2] xen: Implement EFI reset_system callback Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-04-24 20:30 +0200
    Re: [PATCH 3/3 v2] xen: Implement EFI reset_system callback Stefano Stabellini <sstabellini@kernel.org> - 2017-04-24 21:40 +0200
  Re: [PATCH 0/3 v2] xen: Implement EFI reset_system callback Julien Grall <julien.grall@arm.com> - 2017-05-02 11:20 +0200
    Re: [PATCH 0/3 v2] xen: Implement EFI reset_system callback Juergen Gross <jgross@suse.com> - 2017-05-02 11:40 +0200
      Re: [PATCH 0/3 v2] xen: Implement EFI reset_system callback Julien Grall <julien.grall@arm.com> - 2017-05-02 13:00 +0200
  Re: [PATCH 0/3 v2] xen: Implement EFI reset_system callback Juergen Gross <jgross@suse.com> - 2017-05-02 12:20 +0200

csiph-web