Re: [PATCH 09/23] tcg/tci: Inline tci_write_reg32 into all callers

2021-01-28 Thread Alex Bennée
Richard Henderson writes: > For a 64-bit TCI, the upper bits of a 32-bit operation are > undefined (much like a native ppc64 32-bit operation). It > simplifies everything if we don't force-extend the result. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH 09/23] tcg/tci: Inline tci_write_reg32 into all callers

2021-01-28 Thread Richard Henderson
For a 64-bit TCI, the upper bits of a 32-bit operation are undefined (much like a native ppc64 32-bit operation). It simplifies everything if we don't force-extend the result. Signed-off-by: Richard Henderson --- tcg/tci.c | 66 +-- 1 file cha