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

Philippe Mathieu-Daudé posted 2 patches 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20231010135342.40219-1-philmd@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Xiaojuan Yang <yangxiaojuan@loongson.cn>, Song Gao <gaosong@loongson.cn>
include/hw/loongarch/virt.h | 3 ---
hw/loongarch/virt.c         | 5 -----
hw/loongarch/Kconfig        | 2 --
3 files changed, 10 deletions(-)
[PATCH 0/2] hw/loongarch/virt: Remove unused ISA bus
Posted by Philippe Mathieu-Daudé 7 months ago
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(-)

-- 
2.41.0


Re: [PATCH 0/2] hw/loongarch/virt: Remove unused ISA bus
Posted by gaosong 7 months ago
在 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