]> git.ipfire.org Git - thirdparty/qemu.git/commit
hvf: arm: Ignore writes to CNTP_CTL_EL0
authorAlexander Graf <graf@amazon.com>
Wed, 14 Jun 2023 22:40:30 +0000 (22:40 +0000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 20 Dec 2024 16:44:55 +0000 (17:44 +0100)
commita7e7066b9359f21b80b1ee08e9496c05aa1e618f
treec7b38272917168e45bd2f5bf0f2762d2161621d5
parent9863d46a5a25bfff7d2195ad5e3127ab3bae0a2b
hvf: arm: Ignore writes to CNTP_CTL_EL0

MacOS unconditionally disables interrupts of the physical timer on boot
and then continues to use the virtual one. We don't really want to support
a full physical timer emulation, so let's just ignore those writes.

Signed-off-by: Alexander Graf <graf@amazon.com>
Signed-off-by: Phil Dennis-Jordan <phil@philjordan.eu>
Reviewed-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-ID: <20230830161425.91946-5-graf@amazon.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
target/arm/hvf/hvf.c