[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 36/43] Enable common virtio pci support for LoongArch
From: |
Richard Henderson |
Subject: |
[PULL 36/43] Enable common virtio pci support for LoongArch |
Date: |
Mon, 6 Jun 2022 16:14:43 -0700 |
From: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220606124333.2060567-37-yangxiaojuan@loongson.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
softmmu/qdev-monitor.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/softmmu/qdev-monitor.c b/softmmu/qdev-monitor.c
index 12fe60c467..bb5897fc76 100644
--- a/softmmu/qdev-monitor.c
+++ b/softmmu/qdev-monitor.c
@@ -60,7 +60,8 @@ typedef struct QDevAlias
QEMU_ARCH_HPPA | QEMU_ARCH_I386 | \
QEMU_ARCH_MIPS | QEMU_ARCH_PPC | \
QEMU_ARCH_RISCV | QEMU_ARCH_SH4 | \
- QEMU_ARCH_SPARC | QEMU_ARCH_XTENSA)
+ QEMU_ARCH_SPARC | QEMU_ARCH_XTENSA | \
+ QEMU_ARCH_LOONGARCH)
#define QEMU_ARCH_VIRTIO_CCW (QEMU_ARCH_S390X)
#define QEMU_ARCH_VIRTIO_MMIO (QEMU_ARCH_M68K)
--
2.34.1
- [PULL 04/43] target/loongarch: Add fixed point arithmetic instruction translation, (continued)
- [PULL 04/43] target/loongarch: Add fixed point arithmetic instruction translation, Richard Henderson, 2022/06/06
- [PULL 07/43] target/loongarch: Add fixed point load/store instruction translation, Richard Henderson, 2022/06/06
- [PULL 06/43] target/loongarch: Add fixed point bit instruction translation, Richard Henderson, 2022/06/06
- [PULL 11/43] target/loongarch: Add floating point comparison instruction translation, Richard Henderson, 2022/06/06
- [PULL 08/43] target/loongarch: Add fixed point atomic instruction translation, Richard Henderson, 2022/06/06
- [PULL 09/43] target/loongarch: Add fixed point extra instruction translation, Richard Henderson, 2022/06/06
- [PULL 13/43] target/loongarch: Add floating point move instruction translation, Richard Henderson, 2022/06/06
- [PULL 10/43] target/loongarch: Add floating point arithmetic instruction translation, Richard Henderson, 2022/06/06
- [PULL 14/43] target/loongarch: Add floating point load/store instruction translation, Richard Henderson, 2022/06/06
- [PULL 16/43] target/loongarch: Add disassembler, Richard Henderson, 2022/06/06
- [PULL 36/43] Enable common virtio pci support for LoongArch,
Richard Henderson <=
- [PULL 12/43] target/loongarch: Add floating point conversion instruction translation, Richard Henderson, 2022/06/06
- [PULL 15/43] target/loongarch: Add branch instruction translation, Richard Henderson, 2022/06/06
- [PULL 18/43] target/loongarch: Add system emulation introduction, Richard Henderson, 2022/06/06
- [PULL 21/43] target/loongarch: Implement qmp_query_cpu_definitions(), Richard Henderson, 2022/06/06
- [PULL 23/43] target/loongarch: Add LoongArch interrupt and exception handle, Richard Henderson, 2022/06/06
- [PULL 29/43] target/loongarch: Add timer related instructions support., Richard Henderson, 2022/06/06
- [PULL 38/43] hw/loongarch: Add LoongArch ls7a rtc device support, Richard Henderson, 2022/06/06
- [PULL 22/43] target/loongarch: Add MMU support for LoongArch CPU., Richard Henderson, 2022/06/06