On 9/4/24 02:33, Jan Beulich wrote:
On 30.08.2024 23:46, Daniel P. Smith wrote:
@@ -303,6 +308,14 @@ static void __init multiboot_to_bootinfo(multiboot_info_t 
*mbi)
          info.mmap_length = mbi->mmap_length;
      }
+ info.mods = boot_mods;
+
+    for ( i=0; i < info.nr_mods; i++ )
+        boot_mods[i].early_mod = &mods[i];
+
+    /* map the last mb module for xen entry */

Nit: Comment style.

Ack, will fix as part of relocation per Andy's comment.

v/r,
dps

Reply via email to