On Mon, Jun 16, 2025 at 11:06:32AM +0200, Philippe Mathieu-Daudé wrote: > Date: Mon, 16 Jun 2025 11:06:32 +0200 > From: Philippe Mathieu-Daudé <phi...@linaro.org> > Subject: [RFC PATCH] target/i386: Report TPR accesses to HVF > X-Mailer: git-send-email 2.49.0 > > HVF should be able to handle task priority register accesses. > > Cc: Sergio Andres Gomez Del Real <sergio.g.delr...@gmail.com> > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > RFC: Untested as I don't have access to such setup, noticed > during code review. > --- > target/i386/helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Untested too. But code looks fine for me, Reviewed-by: Zhao Liu <zhao1....@intel.com>