Re: [PATCH v6 12/14] arm/cpu: Add sysreg generation scripts

2025-05-14 Thread Daniel P . Berrangé
On Wed, May 14, 2025 at 04:54:15PM +0200, Cornelia Huck wrote: > On Tue, May 13 2025, Daniel P. Berrangé wrote: > > > On Tue, May 06, 2025 at 10:52:32AM +0200, Cornelia Huck wrote: > >> From: Eric Auger > >> > >> Introduce scripts that automate the generation of system register > >> definitions

Re: [PATCH v6 12/14] arm/cpu: Add sysreg generation scripts

2025-05-14 Thread Eric Auger
Hi Connie, On 5/14/25 4:54 PM, Cornelia Huck wrote: > On Tue, May 13 2025, Daniel P. Berrangé wrote: > >> On Tue, May 06, 2025 at 10:52:32AM +0200, Cornelia Huck wrote: >>> From: Eric Auger >>> >>> Introduce scripts that automate the generation of system register >>> definitions from a given lin

Re: [PATCH v6 12/14] arm/cpu: Add sysreg generation scripts

2025-05-14 Thread Cornelia Huck
On Tue, May 13 2025, Daniel P. Berrangé wrote: > On Tue, May 06, 2025 at 10:52:32AM +0200, Cornelia Huck wrote: >> From: Eric Auger >> >> Introduce scripts that automate the generation of system register >> definitions from a given linux source tree arch/arm64/tools/sysreg. >> >> Invocation of

Re: [PATCH v6 12/14] arm/cpu: Add sysreg generation scripts

2025-05-13 Thread Daniel P . Berrangé
On Tue, May 06, 2025 at 10:52:32AM +0200, Cornelia Huck wrote: > From: Eric Auger > > Introduce scripts that automate the generation of system register > definitions from a given linux source tree arch/arm64/tools/sysreg. > > Invocation of > ./update-aarch64-sysreg-code.sh $PATH_TO_LINUX_SOURCE_

[PATCH v6 12/14] arm/cpu: Add sysreg generation scripts

2025-05-06 Thread Cornelia Huck
From: Eric Auger Introduce scripts that automate the generation of system register definitions from a given linux source tree arch/arm64/tools/sysreg. Invocation of ./update-aarch64-sysreg-code.sh $PATH_TO_LINUX_SOURCE_TREE in scripts directory generates target/arm/cpu-sysregs.h.inc containing d