qemu-e2k/hw/isa
Thomas Huth 35deebb232 hw/isa/pc87312: Mark the device with user_creatable = false
QEMU currently aborts if you try to use the device at the command
line:

$ ppc64-softmmu/qemu-system-ppc64 -S -machine prep -device pc87312
Unexpected error in qemu_chr_fe_init() at chardev/char-fe.c:222:
qemu-system-ppc64: -device pc87312: Device 'parallel0' is in use
Aborted (core dumped)

It uses parallel_hds in its realize function, so I can not be
instantiated by the user again.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2017-09-26 09:11:23 +03:00
..
Makefile.objs Allow ISA bus to be configured out 2017-02-06 12:33:21 +11:00
apm.c hw: Clean up includes 2016-01-29 15:07:25 +00:00
i82378.c hw: Clean up includes 2016-01-29 15:07:25 +00:00
isa-bus.c isabus-bridge: Remove user_creatable flag 2017-05-17 10:37:01 -03:00
lpc_ich9.c shutdown: Add source information to SHUTDOWN and RESET 2017-05-23 13:28:17 +02:00
pc87312.c hw/isa/pc87312: Mark the device with user_creatable = false 2017-09-26 09:11:23 +03:00
piix4.c qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable 2017-05-17 10:37:00 -03:00
trace-events trace-events: fix code style: print 0x before hex numbers 2017-08-01 12:13:07 +01:00
vt82c686.c qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable 2017-05-17 10:37:00 -03:00