On 3/4/25 19:36, Richard Henderson wrote:
On 4/3/25 08:18, Philippe Mathieu-Daudé wrote:VirtMachineState::tcg_its has the same value of VirtMachineClass::no_tcg_its. Directly use the latter, removing the former.No it doesn't.- if (vmc->no_tcg_its) { - vms->tcg_its = false; - } else { - vms->tcg_its = true; - }This is a stupidly verbose not. But at least the names had correct logic. Therefore all of the uses you replace need inversion.
Oops, thanks.