[PATCH 0/2] hw/loongarch: Build fw_cfg.c as common object

Philippe Mathieu-Daudé posted 2 patches 1 month, 3 weeks ago
include/hw/loongarch/virt.h | 1 -
hw/loongarch/meson.build    | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
[PATCH 0/2] hw/loongarch: Build fw_cfg.c as common object
Posted by Philippe Mathieu-Daudé 1 month, 3 weeks ago
LoongArch fw_cfg.c doesn't use target specific declarations,
build it as common object.

Philippe Mathieu-Daudé (2):
  hw/loongarch/virt: Remove unnecessary 'cpu.h' inclusion
  hw/loongarch/fw_cfg: Build in common_ss[]

 include/hw/loongarch/virt.h | 1 -
 hw/loongarch/meson.build    | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

-- 
2.45.2


Re: [PATCH 0/2] hw/loongarch: Build fw_cfg.c as common object
Posted by gaosong 1 month, 3 weeks ago
在 2024/9/28 上午5:32, Philippe Mathieu-Daudé 写道:
> LoongArch fw_cfg.c doesn't use target specific declarations,
> build it as common object.
>
> Philippe Mathieu-Daudé (2):
>    hw/loongarch/virt: Remove unnecessary 'cpu.h' inclusion
>    hw/loongarch/fw_cfg: Build in common_ss[]
>
>   include/hw/loongarch/virt.h | 1 -
>   hw/loongarch/meson.build    | 2 +-
>   2 files changed, 1 insertion(+), 2 deletions(-)
>
Reviewed-by: Song Gao <gaosong@loongson.cn>

Applied to loongarch-next.

Thanks.
Song Gao