Thomas Huth 1f98e55385 hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" device
QEMU currently aborts unexpectedly when the user tries to add and
remove a "spapr-tce-table" device:

$ qemu-system-ppc64 -nographic -S -nodefaults -monitor stdio
QEMU 2.9.92 monitor - type 'help' for more information
(qemu) device_add spapr-tce-table,id=x
(qemu) device_del x
**
ERROR:qemu/qdev-monitor.c:872:qdev_unplug: assertion failed: (hotplug_ctrl)
Aborted (core dumped)

The device should not be accessable for the users at all, it's just
used internally, so mark it with user_creatable = false.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2017-08-22 21:26:46 +10:00
..
2016-10-04 13:28:07 +01:00
2017-08-07 14:16:31 +01:00
2017-08-02 18:30:13 -03: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-01-27 18:07:59 +01:00
2016-01-29 15:07:25 +00:00
2016-10-28 18:17:24 +03:00