[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] templates/linux_xen: Fix XSM entries generation
From: |
Anthony PERARD |
Subject: |
Re: [PATCH] templates/linux_xen: Fix XSM entries generation |
Date: |
Mon, 11 Sep 2023 14:35:59 +0100 |
On Thu, Aug 31, 2023 at 07:46:52PM +0200, Daniel Kiper wrote:
> On Tue, Aug 15, 2023 at 03:00:53PM +0100, Anthony PERARD via Grub-devel wrote:
> > It turns out that setting $xen_version in linux_entry_xsm() override
> > $xen_version in the loop over $xen_list. This means that only one
>
> s/xen_list/reverse_sorted_xen_list/?
>
> I expect you based your patch on earlier version of the GRUB which used
> $xen_list in fact. Did not you? And this brings another question.
Yes, I've developed this patch for the version in Debian Bookworm.
> Is this patched based on latest GRUB git master branch?
Yes, I've rebased the patch on the git tree before sending it.
> > entry per Xen version is going to enable XSM, but all further entries
> > are going to have "(XSM enabled)" in their titles without enabling
> > XSM.
> >
> > When a "xenpolicy-$xen_version" file was found for the current
> > $xen_version, it would be overwrite $xen_version to add "(XSM
>
> s/be//
>
> > enabled)" to the menu entry title. Once change, the next call to
>
> s/change/updated/?
Sounds good.
> > linux_entry_xsm() would also have this modified $xen_version and would
> > look for the file "xenpolicy-*(XSM enabled)" and fail.
> >
> > Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
>
> Otherwise patch LGTM...
Thanks,
--
Anthony PERARD
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH] templates/linux_xen: Fix XSM entries generation,
Anthony PERARD <=