hw/isa: Remove empty ISADeviceClass structure
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 14 Feb 2023 11:48:15 +0000 (12:48 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:01 +0000 (22:29 +0100)
commit97cfb5e430f95b58c09a9da21b60196f32475beb
tree52944b2a6da385718aae5b3a52004eee58ba900d
parenteba245659bfef2f325538c94f6c682f69d582fcf
hw/isa: Remove empty ISADeviceClass structure

ISADeviceClass is an empty class and just increase code
complexity. Remove it, directly embedding DeviceClass in
classes expanding TYPE_ISA_DEVICE.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Bernhard Beschow <shentey@gmail.com>
Message-Id: <20230215161641.32663-19-philmd@linaro.org>
hw/isa/isa-bus.c
hw/rtc/m48t59-isa.c
include/hw/isa/i8259_internal.h
include/hw/isa/isa.h
include/hw/isa/superio.h
include/hw/timer/i8254_internal.h