[PATCH v2 0/3] stubdom/grub: avoid relying on start_info definition

Juergen Gross posted 3 patches 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20250626151344.6971-1-jgross@suse.com
Config.mk            |  2 +-
stubdom/grub/kexec.c | 26 +++++++++++++-------------
2 files changed, 14 insertions(+), 14 deletions(-)
[PATCH v2 0/3] stubdom/grub: avoid relying on start_info definition
Posted by Juergen Gross 4 months ago
With the related change having been added to Mini-OS, the single V1
patch can now be expanded to a 3 patch series, especially meant to
untangle the close dependencies between grub-pv and Mini-OS internals.

Changes in V2:
- add comment to patch 1
- added patches 2+3

Juergen Gross (3):
  stubdom/grub: avoid relying on start_info definition
  Config: update Mini-OS commit id
  stubdom/grub: swap start_info usage with start_info_ptr

 Config.mk            |  2 +-
 stubdom/grub/kexec.c | 26 +++++++++++++-------------
 2 files changed, 14 insertions(+), 14 deletions(-)

-- 
2.43.0
Re: [PATCH v2 0/3] stubdom/grub: avoid relying on start_info definition
Posted by Juergen Gross 3 months, 3 weeks ago
On 26.06.25 17:13, Juergen Gross wrote:
> With the related change having been added to Mini-OS, the single V1
> patch can now be expanded to a 3 patch series, especially meant to
> untangle the close dependencies between grub-pv and Mini-OS internals.
> 
> Changes in V2:
> - add comment to patch 1
> - added patches 2+3
> 
> Juergen Gross (3):
>    stubdom/grub: avoid relying on start_info definition
>    Config: update Mini-OS commit id
>    stubdom/grub: swap start_info usage with start_info_ptr
> 
>   Config.mk            |  2 +-
>   stubdom/grub/kexec.c | 26 +++++++++++++-------------
>   2 files changed, 14 insertions(+), 14 deletions(-)
> 

Any chance to get this series in?

Samuel doesn't seem to respond since several months now.


Juergen
Re: [PATCH v2 0/3] stubdom/grub: avoid relying on start_info definition
Posted by Jan Beulich 4 months ago
On 26.06.2025 17:13, Juergen Gross wrote:
> With the related change having been added to Mini-OS, the single V1
> patch can now be expanded to a 3 patch series, especially meant to
> untangle the close dependencies between grub-pv and Mini-OS internals.
> 
> Changes in V2:
> - add comment to patch 1
> - added patches 2+3
> 
> Juergen Gross (3):
>   stubdom/grub: avoid relying on start_info definition
>   Config: update Mini-OS commit id
>   stubdom/grub: swap start_info usage with start_info_ptr

As patches 1 and 3 are still waiting for a maintainer ack, is patch 2 okay
to put in ahead of patch 1?

Jan
Re: [PATCH v2 0/3] stubdom/grub: avoid relying on start_info definition
Posted by Jürgen Groß 4 months ago
On 30.06.25 09:57, Jan Beulich wrote:
> On 26.06.2025 17:13, Juergen Gross wrote:
>> With the related change having been added to Mini-OS, the single V1
>> patch can now be expanded to a 3 patch series, especially meant to
>> untangle the close dependencies between grub-pv and Mini-OS internals.
>>
>> Changes in V2:
>> - add comment to patch 1
>> - added patches 2+3
>>
>> Juergen Gross (3):
>>    stubdom/grub: avoid relying on start_info definition
>>    Config: update Mini-OS commit id
>>    stubdom/grub: swap start_info usage with start_info_ptr
> 
> As patches 1 and 3 are still waiting for a maintainer ack, is patch 2 okay
> to put in ahead of patch 1?

That would break the grub-pv build again.


Juergen