qemu-patch-raspberry4/hw/isa
Markus Armbruster 675463d9b6 isa: Clean up inappropriate hw_error()
isa_bus_irqs(), isa_create() and isa_try_create() call hw_error() when
passed a null bus.  Use of hw_error() has always been questionable,
because these are used only during machine initialization, and
printing CPU registers isn't useful there.

Since the previous commit, passing a null bus is a programming error.
Drop the hw_error() and simply let it crash.

Cc: Richard Henderson <rth@twiddle.net>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: "Hervé Poussineau" <hpoussin@reactos.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
Reviewed-by: Hervé Poussineau <hpoussin@reactos.org>
Message-Id: <1450354795-31608-12-git-send-email-armbru@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
2016-01-13 15:15:57 +01:00
..
apm.c Fix debug print warning 2014-09-02 22:38:16 +04:00
i82378.c isa: Clean up error handling around isa_bus_new() 2016-01-13 11:58:59 +01:00
isa-bus.c isa: Clean up inappropriate hw_error() 2016-01-13 15:15:57 +01:00
lpc_ich9.c isa: Clean up error handling around isa_bus_new() 2016-01-13 11:58:59 +01:00
Makefile.objs isa_mmio: delete 2013-07-25 08:12:27 -05:00
pc87312.c hw: Inline the qdev_prop_set_drive_nofail() wrapper 2016-01-13 11:58:58 +01:00
piix4.c isa: Clean up error handling around isa_bus_new() 2016-01-13 11:58:59 +01:00
vt82c686.c isa: Clean up error handling around isa_bus_new() 2016-01-13 11:58:59 +01:00