Thomas Huth 469f3da42e hw/arm/aspeed_soc: Mark devices as user_creatable = false
QEMU currently aborts if the user is accidentially trying to
do something like this:

$ aarch64-softmmu/qemu-system-aarch64 -S -M integratorcp -nographic
QEMU 2.9.93 monitor - type 'help' for more information
(qemu) device_add ast2400
Unexpected error in error_set_from_qdev_prop_error()
 at hw/core/qdev-properties.c:1032:
Aborted (core dumped)

The ast2400 SoC devices are clearly not creatable by the user since
they are using the serial_hds and nd_table arrays directly in their
realize function, so mark them with user_creatable = false.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2017-09-04 17:13:53 +01:00
..
2017-08-30 18:23:25 +02:00
2016-10-04 13:28:07 +01:00
2017-08-31 12:29:07 +02:00
2017-08-02 18:30:13 -03:00
2017-08-31 12:29:07 +02:00
2017-06-02 14:07:53 +01:00
2017-08-10 14:33:43 +01:00
2016-05-18 15:04:27 +03:00
2017-08-31 15:52:43 +01:00
2017-08-31 12:29:07 +02:00
2016-01-29 15:07:25 +00:00
2017-08-30 18:23:26 +02:00
2017-08-31 12:29:07 +02:00
2016-10-28 18:17:24 +03:00
2017-08-31 12:29:07 +02:00
2017-08-31 12:29:07 +02:00
2017-08-30 18:23:25 +02:00