Re: [PATCH] target/i386: Remove pointless env_archcpu() in helper_rdmsr()

2023-02-23 Thread Philippe Mathieu-Daudé
ping On 10/2/23 13:57, Philippe Mathieu-Daudé wrote: We have a X86CPU *cpu pointer available at the start of the function. Inspired-by: Daniel Henrique Barboza Signed-off-by: Philippe Mathieu-Daudé --- target/i386/tcg/sysemu/misc_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

Re: [PATCH] target/i386: Remove pointless env_archcpu() in helper_rdmsr()

2023-02-10 Thread Daniel Henrique Barboza
On 2/10/23 09:57, Philippe Mathieu-Daudé wrote: We have a X86CPU *cpu pointer available at the start of the function. Inspired-by: Daniel Henrique Barboza Signed-off-by: Philippe Mathieu-Daudé --- Reviewed-by: Daniel Henrique Barboza target/i386/tcg/sysemu/misc_helper.c | 2 +- 1 f

[PATCH] target/i386: Remove pointless env_archcpu() in helper_rdmsr()

2023-02-10 Thread Philippe Mathieu-Daudé
We have a X86CPU *cpu pointer available at the start of the function. Inspired-by: Daniel Henrique Barboza Signed-off-by: Philippe Mathieu-Daudé --- target/i386/tcg/sysemu/misc_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/i386/tcg/sysemu/misc_helper.c b/t