On 10/03/2015 00:51, Stefan Berger wrote:
> From: Stefan Berger
>
> Move the memory initialization into the DeviceClass realize function due to
> isa_address_space crashing if called in the instance init function.
> A recent change must have changed the order in which structures are
> initializ
From: Stefan Berger
Move the memory initialization into the DeviceClass realize function due to
isa_address_space crashing if called in the instance init function.
A recent change must have changed the order in which structures are
initialized so that this move is now necessary.
Signed-off-by: S