mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
Place all timer N's registers in a HPETTimerRegisters struct. This allows all Timer N registers to be grouped together with global registers and managed using a single lock (BqlRefCell or Mutex) in future. And this makes it easier to apply ToMigrationState macro. Signed-off-by: Zhao Liu <zhao1.liu@intel.com> Link: https://lore.kernel.org/r/20251113051937.4017675-11-zhao1.liu@intel.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>