Re: [Qemu-devel] [PATCH v3 3/4] accel/tcg: Add cluster number to TCG TB hash

2019-01-25 Thread Alistair
On 1/21/19 7:22 AM, Peter Maydell wrote: Include the cluster number in the hash we use to look up TBs. This is important because a TB that is valid for one cluster at a given physical address and set of CPU flags is not necessarily valid for another: the two clusters may have different views of p

Re: [Qemu-devel] [PATCH v3 3/4] accel/tcg: Add cluster number to TCG TB hash

2019-01-21 Thread Edgar E. Iglesias
On Mon, Jan 21, 2019 at 03:22:17PM +, Peter Maydell wrote: > Include the cluster number in the hash we use to look > up TBs. This is important because a TB that is valid > for one cluster at a given physical address and set > of CPU flags is not necessarily valid for another: > the two clusters

[Qemu-devel] [PATCH v3 3/4] accel/tcg: Add cluster number to TCG TB hash

2019-01-21 Thread Peter Maydell
Include the cluster number in the hash we use to look up TBs. This is important because a TB that is valid for one cluster at a given physical address and set of CPU flags is not necessarily valid for another: the two clusters may have different views of physical memory, or may have different CPU f