]> git.ipfire.org Git - thirdparty/qemu.git/commit
hpet: move out main counter read into a separate block
authorIgor Mammedov <imammedo@redhat.com>
Thu, 14 Aug 2025 16:05:56 +0000 (18:05 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 29 Aug 2025 10:48:14 +0000 (12:48 +0200)
commita453bf0354412592362139bdf4df0d4900ec0686
tree72889db86337868cc69a76b98be7813294d2420b
parent7defb58bafac8dcb23c06be5e4f2d1a33d8392fd
hpet: move out main counter read into a separate block

Follow up patche will switch main counter read to
lock-less mode. As preparation for that move relevant
branch into a separate top level block to make followup
patch cleaner/simplier by reducing contextual noise
when lock-less read is introduced.

no functional changes.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
Link: https://lore.kernel.org/r/20250814160600.2327672-5-imammedo@redhat.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/timer/hpet.c