xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] hvmloader regression fixes
@ 2016-08-09 22:06 Boris Ostrovsky
  2016-08-09 22:06 ` [PATCH 1/2] hvmloader: Include libacpi.h instead of acpi2_0.h Boris Ostrovsky
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Boris Ostrovsky @ 2016-08-09 22:06 UTC (permalink / raw)
  To: xen-devel
  Cc: andrew.cooper3, boris.ostrovsky, ian.jackson, wei.liu2, jbeulich

1.rombios.c needs to include libacpi.h instead of acpi2_0.h. Apparently
  I was testing without CONFIG_ROMBIOS

2.acpi_config can't be passed to acpi_build_tables() as a const since
  vm_gid_addr will be updated by the builder. We can either unconstify it
  or return vm_gid_addr as a separate parameter. I include two patches as
  potential fixes, only one is needed.

Boris Ostrovsky (2):
  hvmloader: Include libacpi.h instead of acpi2_0.h
  hvmloader: acpi_build_tables() can't take acpi_config as const
  or
  hvmloader: Make acpi_build_tables() return vm_gid_addr outside struct acpi_config


-- 
1.8.3.1


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

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

end of thread, other threads:[~2016-08-09 22:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-09 22:06 [PATCH 0/2] hvmloader regression fixes Boris Ostrovsky
2016-08-09 22:06 ` [PATCH 1/2] hvmloader: Include libacpi.h instead of acpi2_0.h Boris Ostrovsky
2016-08-09 22:06 ` [PATCH 2/2] hvmloader: acpi_build_tables() can't take acpi_config as const Boris Ostrovsky
2016-08-09 22:06 ` [PATCH-alt 2/2] hvmloader: Make acpi_build_tables() return vm_gid_addr outside struct acpi_config Boris Ostrovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).