diff options
| author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2024-05-08 14:06:47 +0100 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-05-09 00:07:21 +0200 |
| commit | b4a12dfc2132dc22c587ee2ecbd7b8d48ec381a1 (patch) | |
| tree | 01c23e3cf77d62f61287a9c22f5553ca07a7e2bb /include/hw/loongarch/virt.h | |
| parent | 39b3ae11b0763d8d8f4df9b03fc4b3ed5fa155ee (diff) | |
| download | focaccia-qemu-b4a12dfc2132dc22c587ee2ecbd7b8d48ec381a1.tar.gz focaccia-qemu-b4a12dfc2132dc22c587ee2ecbd7b8d48ec381a1.zip | |
hw/intc/loongarch_ipi: Rename as loongson_ipi
This device will be shared among LoongArch and MIPS based Loongson machine, rename it as loongson_ipi to reflect this nature. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20240508-loongson3-ipi-v1-2-1a7b67704664@flygoat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'include/hw/loongarch/virt.h')
| -rw-r--r-- | include/hw/loongarch/virt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/loongarch/virt.h b/include/hw/loongarch/virt.h index d8a4ddb936..2c4f5cf9c8 100644 --- a/include/hw/loongarch/virt.h +++ b/include/hw/loongarch/virt.h @@ -11,7 +11,7 @@ #include "target/loongarch/cpu.h" #include "hw/boards.h" #include "qemu/queue.h" -#include "hw/intc/loongarch_ipi.h" +#include "hw/intc/loongson_ipi.h" #include "hw/block/flash.h" #include "hw/loongarch/boot.h" |