Skip to content

Commit

Permalink
Enable common virtio pci support for LoongArch
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
yangxiaojuan-loongson authored and rth7680 committed Jun 6, 2022
1 parent 69d9c74 commit 256309e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion softmmu/qdev-monitor.c
Expand Up @@ -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)

Expand Down

0 comments on commit 256309e

Please sign in to comment.