]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/loongarch_pch_msi: Remove gpio input handler
authorBibo Mao <maobibo@loongson.cn>
Thu, 10 Apr 2025 08:50:04 +0000 (16:50 +0800)
committerSong Gao <gaosong@loongson.cn>
Thu, 24 Apr 2025 01:54:43 +0000 (09:54 +0800)
commit9d7a951e352e7b99b8d96826ac9fdd384412137a
tree8e82d3e6fb79e8143d803cf03b26ab8bd71dce4c
parent91d0d16b44c93fa82cf76ae12990ce3aa96096c9
hw/intc/loongarch_pch_msi: Remove gpio input handler

MSI interrupt is triggered by writing message on specified memory address.
In generic it is used by PCI devices, and no device is connected pch MSI
irqchip with GPIO pin line method, here remove gpio input setting for MSI
controller.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Tested-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20250410085004.3577627-1-maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
hw/intc/loongarch_pch_msi.c