mirror of
https://github.com/qemu/qemu.git
synced 2026-04-05 22:00:58 +00:00
Each timer block occupies 32 bytes, but they only start at offset 256 of the 1024-byte MMIO register space. Therefore the correct limit for HPET_MAX_TIMERS is 24, not 32. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>