Re: [Qemu-devel] [PATCH v7 22/22] tcg: fix cpu_io_recompile

2018-03-16 Thread Pavel Dovgalyuk
> From: Richard Henderson [mailto:richard.hender...@linaro.org] > On 27 February 2018 at 17:53, Pavel Dovgalyuk > wrote: > > > > cpu_io_recompile() function was broken by > > the commit 9b990ee5a3cc6aa38f81266fb0c6ef37a36c45b9. Instead of regenerating > > the block starting from PC of the origina

Re: [Qemu-devel] [PATCH v7 22/22] tcg: fix cpu_io_recompile

2018-03-16 Thread Richard Henderson
On 27 February 2018 at 17:53, Pavel Dovgalyuk wrote: > > cpu_io_recompile() function was broken by > the commit 9b990ee5a3cc6aa38f81266fb0c6ef37a36c45b9. Instead of regenerating > the block starting from PC of the original block, it just set the instruction > counter for TCG. In most cases this wa

[Qemu-devel] [PATCH v7 22/22] tcg: fix cpu_io_recompile

2018-02-27 Thread Pavel Dovgalyuk
cpu_io_recompile() function was broken by the commit 9b990ee5a3cc6aa38f81266fb0c6ef37a36c45b9. Instead of regenerating the block starting from PC of the original block, it just set the instruction counter for TCG. In most cases this was unnoticed, but in icount mode there was an exception for incor