Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1384968
| From | Catalin Marinas <catalin.marinas@arm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v11 15/17] ARM64: XEN: Add a function to initialize Xen specific UEFI runtime services |
| Date | 2016-04-22 13:00 +0200 |
| Message-ID | <rqGYx-EU-7@gated-at.bofh.it> (permalink) |
| References | <rlgV3-3zm-3@gated-at.bofh.it> <rlgV4-3zm-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Apr 07, 2016 at 08:03:32PM +0800, Shannon Zhao wrote: > From: Shannon Zhao <shannon.zhao@linaro.org> > > When running on Xen hypervisor, runtime services are supported through > hypercall. Add a Xen specific function to initialize runtime services. > > Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org> > Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> > --- > arch/arm/include/asm/xen/xen-ops.h | 6 ++++++ > arch/arm/xen/Makefile | 1 + > arch/arm/xen/efi.c | 40 ++++++++++++++++++++++++++++++++++++ > arch/arm64/include/asm/xen/xen-ops.h | 6 ++++++ > arch/arm64/xen/Makefile | 1 + > drivers/xen/Kconfig | 2 +- > 6 files changed, 55 insertions(+), 1 deletion(-) > create mode 100644 arch/arm/include/asm/xen/xen-ops.h > create mode 100644 arch/arm/xen/efi.c > create mode 100644 arch/arm64/include/asm/xen/xen-ops.h This looks like entirely Xen code, so I don't think it needs arm64 maintainers' approval. FWIW: Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH v11 15/17] ARM64: XEN: Add a function to initialize Xen specific UEFI runtime services Catalin Marinas <catalin.marinas@arm.com> - 2016-04-22 13:00 +0200 Re: [PATCH v11 15/17] ARM64: XEN: Add a function to initialize Xen specific UEFI runtime services Stefano Stabellini <sstabellini@kernel.org> - 2016-04-22 14:00 +0200
csiph-web