Re: [PATCH v5 6/8] Add write protections to CR register

2024-02-26 Thread Arnaud Minier
t; , "Thomas Huth" , > "Laurent Vivier" , "Inès > Varhol" , "Samuel Tardieu" > , "qemu-arm" > , "Alistair Francis" , "Paolo > Bonzini" > Sent: Friday, February 23, 2024 3:59:03 PM > Subject: Re: [PATCH v5

Re: [PATCH v5 6/8] Add write protections to CR register

2024-02-23 Thread Peter Maydell
On Mon, 19 Feb 2024 at 20:16, Arnaud Minier wrote: > > Add write protections for the fields in the CR register. > PLL configuration write protections (among others) have not > been handled yet. This is planned in a future patch set. Can you make sure you include a suitable prefix (eg "hw/misc/stm

[PATCH v5 6/8] Add write protections to CR register

2024-02-19 Thread Arnaud Minier
Add write protections for the fields in the CR register. PLL configuration write protections (among others) have not been handled yet. This is planned in a future patch set. Signed-off-by: Arnaud Minier Signed-off-by: Inès Varhol --- hw/misc/stm32l4x5_rcc.c | 164 ---