Re: [Qemu-devel] [PATCH] tpm: Move memory initialization into realize function

2015-03-10 Thread Paolo Bonzini
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

[Qemu-devel] [PATCH] tpm: Move memory initialization into realize function

2015-03-09 Thread Stefan Berger
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