Re: [MINI-OS PATCH 00/12] kexec: add kexec support to Mini-OS

2025-06-13 Thread Juergen Gross
On 07.05.25 14:58, Juergen Gross wrote: Ping? I'd really appreciate some feedback. Juergen On 21.03.25 10:24, Juergen Gross wrote: Add basic kexec support to Mini-OS for running in x86 PVH mode. With this series applied it is possible to activate another kernel from within Mini-OS. Righ

Re: [MINI-OS PATCH 00/12] kexec: add kexec support to Mini-OS

2025-05-07 Thread Juergen Gross
Ping? On 21.03.25 10:24, Juergen Gross wrote: Add basic kexec support to Mini-OS for running in x86 PVH mode. With this series applied it is possible to activate another kernel from within Mini-OS. Right now no Xen related teardown is done (so no reset of grant table, event channels, PV device

[MINI-OS PATCH 00/12] kexec: add kexec support to Mini-OS

2025-04-05 Thread Juergen Gross
Add basic kexec support to Mini-OS for running in x86 PVH mode. With this series applied it is possible to activate another kernel from within Mini-OS. Right now no Xen related teardown is done (so no reset of grant table, event channels, PV devices). These should be added via kexec callbacks whi

Re: [MINI-OS PATCH 00/12] kexec: add kexec support to Mini-OS

2025-03-23 Thread Jürgen Groß
On 23.03.25 00:54, Samuel Thibault wrote: Hello, Juergen Gross, le ven. 21 mars 2025 10:24:39 +0100, a ecrit: Add basic kexec support to Mini-OS for running in x86 PVH mode. I am wondering if you had considered using libxc to implement this? The original pv-grub1 is doing it (xen/stubdom/grub

Re: [MINI-OS PATCH 00/12] kexec: add kexec support to Mini-OS

2025-03-22 Thread Samuel Thibault
Hello, Juergen Gross, le ven. 21 mars 2025 10:24:39 +0100, a ecrit: > Add basic kexec support to Mini-OS for running in x86 PVH mode. I am wondering if you had considered using libxc to implement this? The original pv-grub1 is doing it (xen/stubdom/grub/kexec.c) Samuel