[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180125100454.23203-1-jgross@suse.com>
Date: Thu, 25 Jan 2018 11:04:52 +0100
From: Juergen Gross <jgross@...e.com>
To: linux-kernel@...r.kernel.org, linux-acpi@...r.kernel.org,
xen-devel@...ts.xenproject.org
Cc: lenb@...nel.org, rafael.j.wysocki@...el.com, mingo@...hat.com,
boris.ostrovsky@...cle.com, Juergen Gross <jgross@...e.com>
Subject: [PATCH 0/2] xen: re-enable booting as Xen PVH guest
The Xen PVH boot protocol passes vital information to the kernel via
a start_info block. One of the data transferred is the physical address
of the RSDP table.
Unfortunately PVH support in the kernel didn't use that passed address
for RSDP, but relied on the legacy mechanism searching for the RSDP in
low memory. After a recent change in Xen putting the RSDP to a higher
address booting as PVH guest is now failing.
This small series repairs that by passing the RSDP address from the
start_info block to ACPI handling.
Juergen Gross (2):
x86/acpi: add retrieval function for rsdp address
xen: add acpi_arch_get_root_pointer() for pvh guests
arch/x86/xen/enlighten_pvh.c | 15 ++++++++++++---
drivers/acpi/osl.c | 10 +++++++++-
include/linux/acpi.h | 2 ++
3 files changed, 23 insertions(+), 4 deletions(-)
--
2.13.6
Powered by blists - more mailing lists