mbox series

[0/2] hw/loongarch/virt: Remove unused ISA bus

Message ID 20231010135342.40219-1-philmd@linaro.org
Headers show
Series hw/loongarch/virt: Remove unused ISA bus | expand

Message

Philippe Mathieu-Daudé Oct. 10, 2023, 1:53 p.m. UTC
ISA bus and serial aren't used by the LoongArch virt
machine. Remove the dead code.

Philippe Mathieu-Daudé (2):
  hw/loongarch/virt: Remove unused ISA UART
  hw/loongarch/virt: Remove unused ISA Bus

 include/hw/loongarch/virt.h | 3 ---
 hw/loongarch/virt.c         | 5 -----
 hw/loongarch/Kconfig        | 2 --
 3 files changed, 10 deletions(-)

Comments

gaosong Oct. 11, 2023, 1:42 a.m. UTC | #1
在 2023/10/10 下午9:53, Philippe Mathieu-Daudé 写道:
> ISA bus and serial aren't used by the LoongArch virt
> machine. Remove the dead code.
> 
> Philippe Mathieu-Daudé (2):
>    hw/loongarch/virt: Remove unused ISA UART
>    hw/loongarch/virt: Remove unused ISA Bus
> 
>   include/hw/loongarch/virt.h | 3 ---
>   hw/loongarch/virt.c         | 5 -----
>   hw/loongarch/Kconfig        | 2 --
>   3 files changed, 10 deletions(-)
> 

Reviewed-by: Song Gao <gaosong@loongson.cn>

Thanks.
Song Gao