qemu-irix/hw/arm
Thomas Huth f58f25599b hw/arm/digic: Mark device with user_creatable = false
QEMU currently shows some unexpected behavior when the user trys to
do a "device_add digic" on an unrelated ARM machine like integratorcp
in "-nographic" mode (the device_add command does not immediately
return to the monitor prompt), and trying to "device_del" the device
later results in a "qemu/qdev-monitor.c:872:qdev_unplug: assertion
failed: (hotplug_ctrl)" error condition.
Looking at the realize function of the device, it uses serial_hds
directly and this means that the device can not be added a second
time, so let's simply mark it with "user_creatable = false" now.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2017-09-04 17:13:53 +01:00
..
Makefile.objs hw/arm/mps2: Implement skeleton mps2-an385 and mps2-an511 board models 2017-07-17 13:36:08 +01:00
allwinner-a10.c
armv7m.c hw/arm: use defined type name instead of hard-coded string 2017-09-04 15:21:53 +01:00
aspeed.c memory: Rename memory_region_init_rom() and _rom_device() to _nomigrate() 2017-07-14 17:59:42 +01:00
aspeed_soc.c hw/arm/aspeed_soc: Mark devices as user_creatable = false 2017-09-04 17:13:53 +01:00
bcm2835_peripherals.c bcm2835_fb: use {get, set}_uint() for "vcram-size" and "vcram-base" 2017-06-20 14:31:32 +02:00
bcm2836.c
boot.c
collie.c
cubieboard.c
digic.c hw/arm/digic: Mark device with user_creatable = false 2017-09-04 17:13:53 +01:00
digic_boards.c
exynos4_boards.c hw: Use new memory_region_init_{ram, rom, rom_device}() functions 2017-07-14 17:59:42 +01:00
exynos4210.c hw/arm: use defined type name instead of hard-coded string 2017-09-04 15:21:53 +01:00
fsl-imx6.c fsl_imx*: Migrate ROM contents 2017-07-24 17:59:28 +01:00
fsl-imx25.c fsl_imx*: Migrate ROM contents 2017-07-24 17:59:28 +01:00
fsl-imx31.c fsl_imx*: Migrate ROM contents 2017-07-24 17:59:28 +01:00
gumstix.c
highbank.c hw/arm: use defined type name instead of hard-coded string 2017-09-04 15:21:53 +01:00
imx25_pdk.c Convert error_report() to warn_report() 2017-07-13 13:49:58 +02:00
integratorcp.c integratorcp: Don't migrate flash using vmstate_register_ram_global() 2017-07-24 17:59:28 +01:00
kzm.c Convert error_report() to warn_report() 2017-07-13 13:49:58 +02:00
mainstone.c hw: Use new memory_region_init_{ram, rom, rom_device}() functions 2017-07-14 17:59:42 +01:00
mps2.c mps2: Correctly set parent bus for SCC device 2017-07-24 17:59:28 +01:00
musicpal.c arm: replace cpu_arm_init() with cpu_generic_init() 2017-09-01 11:54:24 -03:00
netduino2.c
nseries.c
omap1.c arm: replace cpu_arm_init() with cpu_generic_init() 2017-09-01 11:54:24 -03:00
omap2.c arm: replace cpu_arm_init() with cpu_generic_init() 2017-09-01 11:54:24 -03:00
omap_sx1.c hw: Use new memory_region_init_{ram, rom, rom_device}() functions 2017-07-14 17:59:42 +01:00
palm.c hw: Use new memory_region_init_{ram, rom, rom_device}() functions 2017-07-14 17:59:42 +01:00
pxa2xx.c arm: replace cpu_arm_init() with cpu_generic_init() 2017-09-01 11:54:24 -03:00
pxa2xx_gpio.c
pxa2xx_pic.c
raspi.c bcm2835_fb: use {get, set}_uint() for "vcram-size" and "vcram-base" 2017-06-20 14:31:32 +02:00
realview.c hw/arm: use defined type name instead of hard-coded string 2017-09-04 15:21:53 +01:00
sabrelite.c
spitz.c hw: Use new memory_region_init_{ram, rom, rom_device}() functions 2017-07-14 17:59:42 +01:00
stellaris.c hw: Use new memory_region_init_{ram, rom, rom_device}() functions 2017-07-14 17:59:42 +01:00
stm32f205_soc.c hw: Use new memory_region_init_{ram, rom, rom_device}() functions 2017-07-14 17:59:42 +01:00
strongarm.c arm: replace cpu_arm_init() with cpu_generic_init() 2017-09-01 11:54:24 -03:00
strongarm.h
sysbus-fdt.c
tosa.c hw: Use new memory_region_init_{ram, rom, rom_device}() functions 2017-07-14 17:59:42 +01:00
trace-events docs: fix broken paths to docs/devel/tracing.txt 2017-07-31 13:12:53 +03:00
versatilepb.c
vexpress.c hw/arm: use defined type name instead of hard-coded string 2017-09-04 15:21:53 +01:00
virt-acpi-build.c numa: make sure that all cpus have has_node_id set if numa is enabled 2017-06-05 14:59:08 -03:00
virt.c target/arm/kvm: pmu: improve error handling 2017-09-04 15:21:54 +01:00
xilinx_zynq.c hw/arm: use defined type name instead of hard-coded string 2017-09-04 15:21:53 +01:00
xlnx-ep108.c
xlnx-zynqmp.c hw: Use new memory_region_init_{ram, rom, rom_device}() functions 2017-07-14 17:59:42 +01:00
z2.c