Re: [PATCH 2/6] target/arm: Make set_feature() available for other files

2020-04-23 Thread Philippe Mathieu-Daudé
On 4/21/20 3:19 PM, Philippe Mathieu-Daudé wrote: From: Thomas Huth Move the common set_feature() and unset_feature() functions from cpu.c and cpu64.c to cpu.h. Suggested-by: Peter Maydell Signed-off-by: Thomas Huth Reviewed-by: Richard Henderson Reviewed-by: Eric Auger Message-ID: <201909

[PATCH 2/6] target/arm: Make set_feature() available for other files

2020-04-21 Thread Philippe Mathieu-Daudé
From: Thomas Huth Move the common set_feature() and unset_feature() functions from cpu.c and cpu64.c to cpu.h. Suggested-by: Peter Maydell Signed-off-by: Thomas Huth Reviewed-by: Richard Henderson Reviewed-by: Eric Auger Message-ID: <20190921150420.30743-2-th...@redhat.com> [PMD: Split Thoma