qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] accel/tcg: Fix typo causing tb->page_addr[1] to not be recor


From: Manos Pitsidianakis
Subject: Re: [PATCH] accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded
Date: Wed, 12 Jun 2024 08:55:44 +0300
User-agent: meli 0.8.6

On Wed, 12 Jun 2024 00:58, Anton Johansson via <qemu-devel@nongnu.org> wrote:
For TBs crossing page boundaries, the 2nd page will never be
recorded/removed, as the index of the 2nd page is computed from the
address of the 1st page. This is due to a typo, fix it.

Signed-off-by: Anton Johansson <anjo@rev.ng>
---

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]