[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [RFC PATCH 6/8] !fixup mips: now than MIPSCPU is QOMified,
From: |
Philippe Mathieu-Daudé |
Subject: |
[Qemu-devel] [RFC PATCH 6/8] !fixup mips: now than MIPSCPU is QOMified, mark it abstract |
Date: |
Thu, 17 Aug 2017 01:31:00 -0300 |
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
target/mips/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/mips/cpu.c b/target/mips/cpu.c
index f99cfbde7e..84b6f8bf68 100644
--- a/target/mips/cpu.c
+++ b/target/mips/cpu.c
@@ -219,7 +219,7 @@ static const TypeInfo mips_cpu_type_info = {
.parent = TYPE_CPU,
.instance_size = sizeof(MIPSCPU),
.instance_init = mips_cpu_initfn,
- .abstract = false,
+ .abstract = true,
.class_size = sizeof(MIPSCPUClass),
.class_init = mips_cpu_class_init,
};
--
2.14.1
- [Qemu-devel] [PATCH 0/8] QOMify MIPS cpu, Philippe Mathieu-Daudé, 2017/08/17
- [Qemu-devel] [PATCH 1/8] mips: move hw/mips/cputimer.c to target/mips/, Philippe Mathieu-Daudé, 2017/08/17
- [Qemu-devel] [PATCH 3/8] mips: split cpu_mips_realize_env() out of cpu_mips_init(), Philippe Mathieu-Daudé, 2017/08/17
- [Qemu-devel] [PATCH 2/8] mips: introduce internal.h and cleanup cpu.h, Philippe Mathieu-Daudé, 2017/08/17
- [Qemu-devel] [PATCH 4/8] mips: call cpu_mips_realize_env() from mips_cpu_realizefn(), Philippe Mathieu-Daudé, 2017/08/17
- [Qemu-devel] [PATCH 5/8] mips: MIPSCPU model subclasses, Philippe Mathieu-Daudé, 2017/08/17
- [Qemu-devel] [RFC PATCH 6/8] !fixup mips: now than MIPSCPU is QOMified, mark it abstract,
Philippe Mathieu-Daudé <=
- [Qemu-devel] [PATCH 7/8] mips: replace cpu_mips_init() with cpu_generic_init(), Philippe Mathieu-Daudé, 2017/08/17
- [Qemu-devel] [PATCH 8/8] mips: update mips_cpu_list() to use object_class_get_list(), Philippe Mathieu-Daudé, 2017/08/17
- Re: [Qemu-devel] [PATCH 0/8] QOMify MIPS cpu, no-reply, 2017/08/17
- Re: [Qemu-devel] [PATCH 0/8] QOMify MIPS cpu, Igor Mammedov, 2017/08/17