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

Re: [PATCH 3/3] CHANGELOG: Minimum toolchain requirements

2025-03-22 Thread Oleksii Kurochko
On 3/20/25 4:32 PM, Andrew Cooper wrote: Signed-off-by: Andrew Cooper --- CC: Anthony PERARD CC: Michal Orzel CC: Jan Beulich CC: Julien Grall CC: Roger Pau Monné CC: Stefano Stabellini CC: Oleksii Kurochko --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b

Re: [PATCH 06/16] xen/arm: Introduce system suspend config option

2025-03-22 Thread Mykola Kvach
Hi, On Thu, Mar 13, 2025 at 5:37 PM Jan Beulich wrote: > > On 05.03.2025 10:11, Mykola Kvach wrote: > > --- a/xen/arch/arm/Kconfig > > +++ b/xen/arch/arm/Kconfig > > @@ -475,6 +475,17 @@ config ARM64_HARDEN_BRANCH_PREDICTOR > > config ARM32_HARDEN_BRANCH_PREDICTOR > > def_bool y if ARM_32 &

VIF network definition does not work with backend=domnet

2025-03-22 Thread Shen Long
Hello, I use XEN on a gentoo home-lab/home-network server. I installed the Dom0 with gentoo with a dedicated network card. I gave a spare network card on the machine to a dedicated network driver domain which also runs gentoo. Now i discovered an issue with the VIF spec for new domUs. Follow

Re: [MINI-OS PATCH v2 1/2] 9pfs: add fstat file operation hook

2025-03-22 Thread Samuel Thibault
Juergen Gross, le ven. 21 mars 2025 10:31:44 +0100, a ecrit: > Add a file operations fstat hook to the 9pfs frontend. > > Signed-off-by: Juergen Gross > Reviewed-by: Jason Andryuk > --- > V2: > - or file access mode into st_mode (Jason Andryuk) > --- > 9pfront.c | 29 +++

Re: [MINI-OS PATCH v2 2/2] 9pfs: add lseek file operation hook

2025-03-22 Thread Samuel Thibault
Juergen Gross, le ven. 21 mars 2025 10:31:45 +0100, a ecrit: > Add a file operations lseek hook to the 9pfs frontend. Just use the > lseek_default() implementation. > > Signed-off-by: Juergen Gross > Reviewed-by: Jason Andryuk Reviewed-by: Samuel Thibault > --- > 9pfront.c | 1 + > 1 file ch

Re: [PATCH] process/release: mention MAINTAINER adjustments

2025-03-22 Thread Andrew Cooper
On 20/03/2025 12:12 pm, Jan Beulich wrote: > For many major releases I've been updating ./MAINTAINERS _after_ the > respective branch was handed over to me. That update, however, is > relevant not only from the .1 minor release onwards, but right from the > .0 release. Hence it ought to be done as