Re: [MINI-OS PATCH 0/6] hide struct start_info from PVH code

2025-06-23 Thread Jan Beulich
On 19.06.2025 13:37, Juergen Gross wrote: > While working on xenstore-stubdom live update support I came across > some really unpleasant code using struct start_info even when running > in PVH mode. > > Especially suspend/resume was doing some crazy stuff, including > overwriting the initial struc

Re: [MINI-OS PATCH 0/6] hide struct start_info from PVH code

2025-06-23 Thread Jürgen Groß
On 23.06.25 10:45, Jan Beulich wrote: On 19.06.2025 13:37, Juergen Gross wrote: While working on xenstore-stubdom live update support I came across some really unpleasant code using struct start_info even when running in PVH mode. Especially suspend/resume was doing some crazy stuff, including

[MINI-OS PATCH 0/6] hide struct start_info from PVH code

2025-06-19 Thread Juergen Gross
While working on xenstore-stubdom live update support I came across some really unpleasant code using struct start_info even when running in PVH mode. Especially suspend/resume was doing some crazy stuff, including overwriting the initial struct hvm_start_info partially. This series is hiding str