Re: [PATCH 3/4] target/ppc: add TFMR SPR implementation with read and write helpers

2023-06-14 Thread Cédric Le Goater
On 6/4/23 01:36, Nicholas Piggin wrote: TFMR is the Time Facility Management Register which is specific to POWER CPUs, and used for the purpose of timebase management (generally by firmware, not the OS). This adds an initial simple TFMR register, which will form part of the core timebase facilit

[PATCH 3/4] target/ppc: add TFMR SPR implementation with read and write helpers

2023-06-03 Thread Nicholas Piggin
TFMR is the Time Facility Management Register which is specific to POWER CPUs, and used for the purpose of timebase management (generally by firmware, not the OS). This adds an initial simple TFMR register, which will form part of the core timebase facility model in the next patch. Signed-off-by: