On 9/4/24 02:49, Jan Beulich wrote:
On 30.08.2024 23:46, Daniel P. Smith wrote:
From: Andrew Cooper <andrew.coop...@citrix.com>
Using an interface based on addresses directly, not modules.
No functional change.
Okay, a mechanical transformation. But what's the goal?
I would defer to Andy's reply.
--- a/xen/arch/x86/include/asm/setup.h
+++ b/xen/arch/x86/include/asm/setup.h
@@ -34,6 +34,7 @@ void setup_io_bitmap(struct domain *d);
unsigned long initial_images_nrpages(nodeid_t node);
void discard_initial_images(void);
+void *bootstrap_map_addr(uint64_t start, uint64_t end);
Better paddr_t?
I don't see why not. It was Andy's patch, so unless he has an objection,
I can change it.
v/r,
dps