Re: [PATCH 1/1] Add Xen command line parsing

2025-05-29 Thread Daniel Kiper
On Wed, May 28, 2025 at 11:02:40AM -0500, Aaron Rainbolt wrote: > On Wed, 28 May 2025 17:12:19 +0200 Daniel Kiper wrote: > > > First of all, next time please add Xen-devel ML to recipients too... > > Apologies, didn't realize that list would be appropriate. I will add > them in the next version of

Re: [PATCH 1/1] Add Xen command line parsing

2025-05-28 Thread Aaron Rainbolt
On Wed, 28 May 2025 17:12:19 +0200 Daniel Kiper wrote: > First of all, next time please add Xen-devel ML to recipients too... Apologies, didn't realize that list would be appropriate. I will add them in the next version of the patch. > On Wed, Apr 23, 2025 at 09:47:48PM -0500, Aaron Rainbolt wr

Re: [PATCH 1/1] Add Xen command line parsing

2025-05-28 Thread Daniel Kiper
First of all, next time please add Xen-devel ML to recipients too... On Wed, Apr 23, 2025 at 09:47:48PM -0500, Aaron Rainbolt wrote: > Enable GRUB to parse the Xen command line for parameters, and expose > certain of those parameters to the GRUB config file (or rescue shell) > as environment varia

[PATCH 1/1] Add Xen command line parsing

2025-04-23 Thread Aaron Rainbolt
Enable GRUB to parse the Xen command line for parameters, and expose certain of those parameters to the GRUB config file (or rescue shell) as environment variables. --- grub-core/Makefile.core.def | 2 + grub-core/kern/i386/xen/pvh.c | 16 ++ grub-core/kern/main.c | 12 ++ grub-core/

[DRAFT PATCH 1/1] Add Xen command line parsing

2025-04-04 Thread Aaron Rainbolt
Enable GRUB to parse the Xen command line for parameters, and expose those parameters to the GRUB config file (or rescue shell) as environment variables. --- grub-core/Makefile.core.def | 4 +- grub-core/kern/i386/xen/pvh.c | 16 +++ grub-core/kern/main.c | 12 ++ grub-core/kern/xen/