[PATCH 0/2] target/alpha: Only build sys_helper.c on system emulation

Philippe Mathieu-Daudé posted 2 patches 11 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231207105426.49339-1-philmd@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>
target/alpha/clk_helper.c | 32 ++++++++++++++++++++++++++++++++
target/alpha/sys_helper.c | 18 ------------------
target/alpha/meson.build  |  7 +++++--
3 files changed, 37 insertions(+), 20 deletions(-)
create mode 100644 target/alpha/clk_helper.c
[PATCH 0/2] target/alpha: Only build sys_helper.c on system emulation
Posted by Philippe Mathieu-Daudé 11 months, 3 weeks ago
Extract helper_load_pcc() to clk_helper.c so we can
restrict sys_helper.c to system emulation.

Philippe Mathieu-Daudé (2):
  target/alpha: Extract clk_helper.c from sys_helper.c
  target/alpha: Only build sys_helper.c on system emulation

 target/alpha/clk_helper.c | 32 ++++++++++++++++++++++++++++++++
 target/alpha/sys_helper.c | 18 ------------------
 target/alpha/meson.build  |  7 +++++--
 3 files changed, 37 insertions(+), 20 deletions(-)
 create mode 100644 target/alpha/clk_helper.c

-- 
2.41.0


Re: [PATCH 0/2] target/alpha: Only build sys_helper.c on system emulation
Posted by Richard Henderson 11 months ago
On 12/7/23 21:54, Philippe Mathieu-Daudé wrote:
> Extract helper_load_pcc() to clk_helper.c so we can
> restrict sys_helper.c to system emulation.
> 
> Philippe Mathieu-Daudé (2):
>    target/alpha: Extract clk_helper.c from sys_helper.c
>    target/alpha: Only build sys_helper.c on system emulation

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~

Re: [PATCH 0/2] target/alpha: Only build sys_helper.c on system emulation
Posted by Philippe Mathieu-Daudé 11 months ago
On 7/12/23 11:54, Philippe Mathieu-Daudé wrote:
> Extract helper_load_pcc() to clk_helper.c so we can
> restrict sys_helper.c to system emulation.
> 
> Philippe Mathieu-Daudé (2):
>    target/alpha: Extract clk_helper.c from sys_helper.c
>    target/alpha: Only build sys_helper.c on system emulation
> 
>   target/alpha/clk_helper.c | 32 ++++++++++++++++++++++++++++++++
>   target/alpha/sys_helper.c | 18 ------------------
>   target/alpha/meson.build  |  7 +++++--
>   3 files changed, 37 insertions(+), 20 deletions(-)
>   create mode 100644 target/alpha/clk_helper.c

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



Re: [PATCH 0/2] target/alpha: Only build sys_helper.c on system emulation
Posted by Philippe Mathieu-Daudé 10 months, 2 weeks ago
On 26/12/23 12:17, Philippe Mathieu-Daudé wrote:
> On 7/12/23 11:54, Philippe Mathieu-Daudé wrote:
>> Extract helper_load_pcc() to clk_helper.c so we can
>> restrict sys_helper.c to system emulation.
>>
>> Philippe Mathieu-Daudé (2):
>>    target/alpha: Extract clk_helper.c from sys_helper.c
>>    target/alpha: Only build sys_helper.c on system emulation
>>
>>   target/alpha/clk_helper.c | 32 ++++++++++++++++++++++++++++++++
>>   target/alpha/sys_helper.c | 18 ------------------
>>   target/alpha/meson.build  |  7 +++++--
>>   3 files changed, 37 insertions(+), 20 deletions(-)
>>   create mode 100644 target/alpha/clk_helper.c
> 
> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

Eh I meant "series queued" :)