[RESEND PATCH v3 0/1] kern/xen: Add Xen command line parsing

2025-07-25 Thread Aaron Rainbolt
The purpose of this patch is to allow the Xen hypervisor to pass extra data to GRUB in the form of a kernel command line, allowing the host to customize the boot process of the guest. The command line from Xen is parsed, and any variables within that start with the string `xen_grub_env_` are expose

Re: [RESEND PATCH v3 0/1] kern/xen: Add Xen command line parsing

2025-07-25 Thread Daniel Kiper
On Fri, Jul 25, 2025 at 09:31:28AM -0500, Aaron Rainbolt wrote: > On Fri, Jul 25, 2025 at 7:43 AM Daniel Kiper wrote: > > > > Hey, > > > > I will review this patch set when you CC Xen-devel ML. I have asked > > about this last time... > > Hi Daniel, the V3 version of this patch (which is the same

Re: [RESEND PATCH v3 0/1] kern/xen: Add Xen command line parsing

2025-07-25 Thread Aaron Rainbolt
On Fri, Jul 25, 2025 at 7:43 AM Daniel Kiper wrote: > > Hey, > > I will review this patch set when you CC Xen-devel ML. I have asked > about this last time... Hi Daniel, the V3 version of this patch (which is the same as this version, just based on a now-older commit) was already sent to the Xen-

Re: [RESEND PATCH v3 0/1] kern/xen: Add Xen command line parsing

2025-07-25 Thread Daniel Kiper
Hey, I will review this patch set when you CC Xen-devel ML. I have asked about this last time... Daniel On Mon, Jul 21, 2025 at 06:42:25PM -0500, Aaron Rainbolt wrote: > The purpose of this patch is to allow the Xen hypervisor to pass extra > data to GRUB in the form of a kernel command line, al

[RESEND PATCH v3 0/1] kern/xen: Add Xen command line parsing

2025-07-21 Thread Aaron Rainbolt
The purpose of this patch is to allow the Xen hypervisor to pass extra data to GRUB in the form of a kernel command line, allowing the host to customize the boot process of the guest. The command line from Xen is parsed, and any variables within that start with the string `xen_grub_env_` are expose

[PATCH v3 0/1] kern/xen: Add Xen command line parsing

2025-06-04 Thread Aaron Rainbolt
The purpose of this patch is to allow the Xen hypervisor to pass extra data to GRUB in the form of a kernel command line, allowing the host to customize the boot process of the guest. The command line from Xen is parsed, and any variables within that start with the string `xen_grub_env_` are expose