Re: [PATCH v2] exec/cpu-defs: Remove TCG backends dependency

2021-02-04 Thread Richard Henderson
On 2/4/21 9:14 AM, Philippe Mathieu-Daudé wrote: > "exec/cpu-defs.h" contains generic CPU definitions for the > TCG frontends (mostly related to TLB). TCG backends definitions > aren't relevant here. > > See tcg/README description: > > 4) Backend > > tcg-target.h contains the target specific

[PATCH v2] exec/cpu-defs: Remove TCG backends dependency

2021-02-04 Thread Philippe Mathieu-Daudé
"exec/cpu-defs.h" contains generic CPU definitions for the TCG frontends (mostly related to TLB). TCG backends definitions aren't relevant here. See tcg/README description: 4) Backend tcg-target.h contains the target specific definitions. tcg-target.c.inc contains the target specific code;