Re: [PATCH 9/9] target/ppc: Fix timer register accessors when !KVM

2023-06-20 Thread Cédric Le Goater
On 6/20/23 11:10, Richard Henderson wrote: On 6/20/23 07:59, Cédric Le Goater wrote: 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 ---   target/ppc/kvm.c | 12   1 file changed, 12 in

Re: [PATCH 9/9] target/ppc: Fix timer register accessors when !KVM

2023-06-20 Thread Richard Henderson
On 6/20/23 07:59, Cédric Le Goater wrote: 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 --- target/ppc/kvm.c | 12 1 file changed, 12 insertions(+) diff --git a/target/ppc/kvm.c b

[PATCH 9/9] target/ppc: Fix timer register accessors when !KVM

2023-06-19 Thread Cédric Le Goater
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 --- target/ppc/kvm.c | 12 1 file changed, 12 insertions(+) diff --git a/target/ppc/kvm.c b/target/ppc/kvm.c index a7f2de9d1018..a8a935e2