Re: [PATCH v2 04/23] linux-user/arm: Force v2 frames for fdpic

2021-06-29 Thread Peter Maydell
On Fri, 18 Jun 2021 at 20:32, 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. > > Cc: qemu-...@nongnu.org > Signed-off-by: Ric

[PATCH v2 04/23] linux-user/arm: Force v2 frames for fdpic

2021-06-18 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. Cc: qemu-...@nongnu.org Signed-off-by: Richard Henderson --- linux-user/arm/signal.c | 9 - 1 file ch