Thomas Huth 1ca15d85ab hw/misc/macio: Mark the macio devices with user_creatable = false
The macio devices currently cause a crash when the user tries to
instantiate them on a different machine:

$ ppc64-softmmu/qemu-system-ppc64 -device macio-newworld
Unexpected error in qemu_chr_fe_init() at chardev/char-fe.c:222:
qemu-system-ppc64: -device macio-newworld: Device 'serial0' is in use
Aborted (core dumped)

These devices are clearly not intended to be creatable by the user
since they are using serial_hds[] directly in their instance_init
function. So let's mark them with user_creatable = false.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2018-03-18 18:27:23 +11:00
..
2016-01-29 15:07:23 +00:00
2016-05-19 16:42:29 +02:00
2016-06-14 15:59:14 +01:00
2016-01-29 15:07:22 +00:00
2017-06-02 05:54:43 +01:00
2017-12-18 17:07:02 +03:00
2016-05-19 16:42:29 +02:00
2016-06-14 15:59:14 +01:00
2016-06-16 18:39:03 +02:00
2016-01-29 15:07:22 +00:00
2017-12-18 17:07:02 +03:00
2017-06-02 05:54:43 +01:00
2016-05-19 16:42:29 +02:00