]> git.proxmox.com Git - mirror_qemu.git/commit
target/ppc: Fix timer register accessors when !KVM
authorCédric Le Goater <clg@kaod.org>
Tue, 20 Jun 2023 05:59:11 +0000 (07:59 +0200)
committerCédric Le Goater <clg@kaod.org>
Sun, 25 Jun 2023 20:41:30 +0000 (22:41 +0200)
commitc4550e6e9824c3fb5ee980cc8c9b175b8baf3d1a
tree4d86e13e1032c7a215de2c311940b1e81acbf7e0
parent518f72ec4bb395647921d5091d85c7335c3968ac
target/ppc: Fix timer register accessors when !KVM

When the Timer Control and Timer Status registers are modified, avoid
calling the KVM backend when not available

Signed-off-by: Cédric Le Goater <clg@kaod.org>
target/ppc/kvm.c