qemu-irix/hw/core
David Gibson 4f01a63779 sysbus: Remove ignored return value of FindSysbusDeviceFunc
Functions of type FindSysbusDeviceFunc currently return an integer.
However, this return value is always ignored by the caller in
find_sysbus_device().

This changes the function type to return void, to avoid confusion over
the function semantics.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
2016-09-27 17:03:34 -03:00
..
Makefile.objs
bus.c bus: simplify name handling 2016-09-08 18:05:22 +04:00
empty_slot.c
fw-path-provider.c
hotplug.c
irq.c
loader.c loader: Add AddressSpace loading support to targphys 2016-09-22 18:13:08 +01:00
machine.c sysbus: Remove ignored return value of FindSysbusDeviceFunc 2016-09-27 17:03:34 -03:00
nmi.c
null-machine.c
platform-bus.c sysbus: Remove ignored return value of FindSysbusDeviceFunc 2016-09-27 17:03:34 -03:00
ptimer.c hw/ptimer: Suppress error messages under qtest 2016-09-22 18:13:07 +01:00
qdev-properties-system.c block/qdev: Let 'drive' property fall back to node name 2016-08-08 13:05:43 +02:00
qdev-properties.c qdev: ignore GlobalProperty.errp for hotplugged devices 2016-07-27 11:25:06 -03:00
qdev.c qdev: Fix use after free in qdev_init_nofail error path 2016-08-03 18:44:57 +02:00
register.c
stream.c
sysbus.c
uboot_image.h