qemu-e2k/hw/cpu
Thomas Huth dab864dc76 hw/cpu/cluster: Mark the cpu-cluster device with user_creatable = false
The device can not be instantiated by the user and QEMU currently
aborts when you try to use it:

$ x86_64-softmmu/qemu-system-x86_64 -device cpu-cluster
qemu-system-x86_64: hw/cpu/cluster.c:73: cpu_cluster_realize:
 Assertion `cbdata.cpu_count > 0' failed.
Aborted (core dumped)

Since this is an internal device only, mark it with user_creatable = false.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Luc Michel <luc.michel@greensocs.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <1549371525-29899-1-git-send-email-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2019-02-06 15:55:56 +01:00
..
Makefile.objs hw/cpu: introduce CPU clusters 2019-01-07 15:23:45 +00:00
a9mpcore.c hw/cpu/a9mpcore: Fix introspection problems with the "a9mpcore_priv" device 2018-07-17 13:12:49 +01:00
a15mpcore.c hw/cpu/a15mpcore: If CPU has EL2, enable it on the GIC and wire it up 2018-08-24 13:17:34 +01:00
arm11mpcore.c hw/cpu/arm11mpcore: Fix introspection problem with 'arm11mpcore_priv' 2018-07-17 13:12:49 +01:00
cluster.c hw/cpu/cluster: Mark the cpu-cluster device with user_creatable = false 2019-02-06 15:55:56 +01:00
core.c hw: use "qemu/osdep.h" as first #include in source files 2017-12-18 17:07:02 +03:00
realview_mpcore.c hw/*/realview: Fix introspection problem with 'realview_mpcore' & 'realview_gic' 2018-07-17 13:12:49 +01:00