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
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
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
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/
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/