All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] x86/trampoline: Header cleanup
@ 2024-09-05 13:06 Andrew Cooper
  2024-09-05 13:06 ` [PATCH 1/3] x86/acpi: Drop acpi_video_flags and use bootsym(video_flags) directly Andrew Cooper
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Andrew Cooper @ 2024-09-05 13:06 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Jan Beulich, Roger Pau Monné, Frediano Ziglio,
	Alejandro Vallejo

This started while inspecting a preprossed file for bitops, but it turns out
is relevant for Frediano's 32bit boot code changes too.

Its header file juggling, and documentation with observations relevant to both
the ASI and Host UEFI Secureboot work, hence the extended CC list.

Andrew Cooper (3):
  x86/acpi: Drop acpi_video_flags and use bootsym(video_flags) directly
  x86/trampoline: Move the trampoline declarations out of <asm/config.h>
  x86/trampoline: Collect other scattered trampoline symbols

 xen/arch/x86/acpi/power.c             |   4 +-
 xen/arch/x86/cpu/intel.c              |   2 +
 xen/arch/x86/dmi_scan.c               |  12 ---
 xen/arch/x86/efi/efi-boot.h           |   4 +-
 xen/arch/x86/guest/xen/pvh-boot.c     |   1 +
 xen/arch/x86/include/asm/acpi.h       |   1 -
 xen/arch/x86/include/asm/config.h     |  19 ----
 xen/arch/x86/include/asm/processor.h  |   2 -
 xen/arch/x86/include/asm/setup.h      |   2 -
 xen/arch/x86/include/asm/trampoline.h | 120 ++++++++++++++++++++++++++
 xen/arch/x86/mm.c                     |   1 +
 xen/arch/x86/platform_hypercall.c     |   2 +
 xen/arch/x86/setup.c                  |   1 +
 xen/arch/x86/smpboot.c                |   1 +
 xen/arch/x86/tboot.c                  |   2 +
 xen/arch/x86/x86_64/mm.c              |   2 +
 16 files changed, 136 insertions(+), 40 deletions(-)
 create mode 100644 xen/arch/x86/include/asm/trampoline.h


base-commit: a2de7dc4d845738e734b10fce6550c89c6b1092c
-- 
2.39.2



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

end of thread, other threads:[~2024-09-09  9:30 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-05 13:06 [PATCH 0/3] x86/trampoline: Header cleanup Andrew Cooper
2024-09-05 13:06 ` [PATCH 1/3] x86/acpi: Drop acpi_video_flags and use bootsym(video_flags) directly Andrew Cooper
2024-09-05 15:00   ` Jan Beulich
2024-09-05 15:05   ` Alejandro Vallejo
2024-09-05 15:37     ` Andrew Cooper
2024-09-05 13:06 ` [PATCH 2/3] x86/trampoline: Move the trampoline declarations out of <asm/config.h> Andrew Cooper
2024-09-05 15:35   ` Jan Beulich
2024-09-05 15:45     ` Andrew Cooper
2024-09-05 15:47       ` Jan Beulich
2024-09-05 15:48         ` Andrew Cooper
2024-09-05 13:06 ` [PATCH 3/3] x86/trampoline: Collect other scattered trampoline symbols Andrew Cooper
2024-09-05 15:42   ` Jan Beulich
2024-09-05 16:10     ` Andrew Cooper
2024-09-05 16:34       ` Frediano Ziglio
2024-09-05 16:37         ` Andrew Cooper
2024-09-06  5:58       ` Jan Beulich
2024-09-06 19:46         ` Andrew Cooper
2024-09-09  9:30           ` Jan Beulich
2024-09-05 14:57 ` [PATCH 0/3] x86/trampoline: Header cleanup Frediano Ziglio

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.