Re: [PATCH 14/26] target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolder

2021-04-18 Thread Philippe Mathieu-Daudé
On 4/18/21 9:35 PM, Richard Henderson wrote: > On 4/18/21 9:31 AM, Philippe Mathieu-Daudé wrote: >> Declare cpu_mips_get_random() and update_pagemask() on local scope, > > What is "local scope"?  Anyway, I don't see what this has to do with the > rest of the code movement. I guess I meant 'TCG'.

Re: [PATCH 14/26] target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolder

2021-04-18 Thread Richard Henderson
On 4/18/21 9:31 AM, Philippe Mathieu-Daudé wrote: Declare cpu_mips_get_random() and update_pagemask() on local scope, What is "local scope"? Anyway, I don't see what this has to do with the rest of the code movement. r~ and move cp0_helper.c and mips-semi.c to the new tcg/sysemu/ folder,

[PATCH 14/26] target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolder

2021-04-18 Thread Philippe Mathieu-Daudé
Declare cpu_mips_get_random() and update_pagemask() on local scope, and move cp0_helper.c and mips-semi.c to the new tcg/sysemu/ folder, adapting the Meson machinery. Move the opcode definitions to tcg/sysemu_helper.h.inc. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/helper.h