Re: [PATCH 03/21] linux-user/arm: Force v2 frames for fdpic

2021-06-16 Thread Philippe Mathieu-Daudé
Hi Richard, On 6/16/21 3:11 AM, Richard Henderson wrote: > The value of get_os_release may be controlled by a command > line option. Since fdpic was added in v4.14, and v2 frame > were added in v2.6.12, this makes no change under normal conditions. > > Split out a helper function to perform the

[PATCH 03/21] linux-user/arm: Force v2 frames for fdpic

2021-06-15 Thread Richard Henderson
The value of get_os_release may be controlled by a command line option. Since fdpic was added in v4.14, and v2 frame were added in v2.6.12, this makes no change under normal conditions. Split out a helper function to perform the test. Cc: qemu-...@nongnu.org Signed-off-by: Richard Henderson ---