All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] xen: re-enable booting as Xen PVH guest
@ 2018-01-25 14:36 Juergen Gross
  2018-01-25 14:36 ` [PATCH v2 1/2] x86/acpi: add retrieval function for rsdp address Juergen Gross
                   ` (3 more replies)
  0 siblings, 4 replies; 28+ messages in thread
From: Juergen Gross @ 2018-01-25 14:36 UTC (permalink / raw)
  To: linux-kernel, linux-acpi, xen-devel
  Cc: lenb, rafael.j.wysocki, mingo, boris.ostrovsky, Juergen Gross

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 | 14 +++++++++++---
 drivers/acpi/osl.c           | 10 +++++++++-
 include/linux/acpi.h         |  2 ++
 3 files changed, 22 insertions(+), 4 deletions(-)

-- 
2.13.6


^ permalink raw reply	[flat|nested] 28+ messages in thread
* [PATCH v2 0/2] xen: re-enable booting as Xen PVH guest
@ 2018-01-25 14:36 Juergen Gross
  0 siblings, 0 replies; 28+ messages in thread
From: Juergen Gross @ 2018-01-25 14:36 UTC (permalink / raw)
  To: linux-kernel, linux-acpi, xen-devel
  Cc: Juergen Gross, boris.ostrovsky, rafael.j.wysocki, mingo, lenb

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 | 14 +++++++++++---
 drivers/acpi/osl.c           | 10 +++++++++-
 include/linux/acpi.h         |  2 ++
 3 files changed, 22 insertions(+), 4 deletions(-)

-- 
2.13.6


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2018-02-02 12:02 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-25 14:36 [PATCH v2 0/2] xen: re-enable booting as Xen PVH guest Juergen Gross
2018-01-25 14:36 ` [PATCH v2 1/2] x86/acpi: add retrieval function for rsdp address Juergen Gross
2018-01-26 18:08   ` Andy Shevchenko
2018-01-26 18:08   ` Andy Shevchenko
2018-01-26 18:21     ` Juergen Gross
2018-01-28 15:04       ` Andy Shevchenko
2018-01-28 15:04       ` Andy Shevchenko
2018-01-29  3:02         ` Rafael J. Wysocki
2018-01-29  3:02         ` Rafael J. Wysocki
2018-01-31 15:43           ` Andy Shevchenko
2018-02-01  7:57             ` Rafael J. Wysocki
2018-02-01  7:57             ` Rafael J. Wysocki
2018-02-01 15:45               ` Andy Shevchenko
2018-02-02 12:02                 ` Rafael J. Wysocki
2018-02-02 12:02                 ` Rafael J. Wysocki
2018-02-01 15:45               ` Andy Shevchenko
2018-01-31 15:43           ` Andy Shevchenko
2018-01-26 18:21     ` Juergen Gross
2018-01-29  3:01     ` Rafael J. Wysocki
2018-01-29  3:01     ` Rafael J. Wysocki
2018-01-31 15:41       ` Andy Shevchenko
2018-01-31 15:41       ` Andy Shevchenko
2018-01-25 14:36 ` Juergen Gross
2018-01-25 14:36 ` [PATCH v2 2/2] xen: add acpi_arch_get_root_pointer() for pvh guests Juergen Gross
2018-01-25 15:46   ` Boris Ostrovsky
2018-01-25 15:46   ` Boris Ostrovsky
2018-01-25 14:36 ` Juergen Gross
  -- strict thread matches above, loose matches on Subject: below --
2018-01-25 14:36 [PATCH v2 0/2] xen: re-enable booting as Xen PVH guest Juergen Gross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.