hw/timer/hpet: Fix comment about capabilities register
authorZhao Liu <zhao1.liu@intel.com>
Tue, 26 Nov 2024 16:30:45 +0000 (00:30 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 28 Dec 2024 11:42:52 +0000 (14:42 +0300)
commitf2ccc4149363ed52444efc975ed838d6757c775c
tree1476a46d0cd38090b1dfef1f2253334a8d2e386c
parent6a4fa294ebe56aa09cf65430305c80415a4d73d9
hw/timer/hpet: Fix comment about capabilities register

HPETState.capability stores the emulated value for "general capabilities
and id register" instead of "main counter register".

Fix the comment to accurately reflect this.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/timer/hpet.c