Re: 5.0.0-rc3 : Opcode 1f 12 0f 00 (7ce003e4) leaked temporaries

2020-04-17 Thread David Gibson
because the > TCG common code will clean all those temporaries up > at the end of each block anyway. The only time the leak > is an issue is if guest code has a straight line sequence > of hundreds of the same instruction in a row, in which > case they'll all be in the same bl

Re: [Qemu-discuss] ppc and icount

2018-01-11 Thread David Gibson
rfi() as "just set state as we know we're > going to be last insn in the TB". > > Not sure how best to fix this (mark the insn as IO ok?) Aw, man. I've become target-ppc tcg maintainer by default, but tbh my knowledge wasn't really deep enough