On 8 February 2013 04:03, Peter Crosthwaite
<peter.crosthwa...@xilinx.com> wrote:
> The DeviceState *mptimer var in a9mp_priv_state was only used by the init
> function and had no reason for persistence. Made a local variable and removed
> from state struct.

Nope. We're a container object, we can't just forget about our
children. Granted (like many QEMU devices) we don't actually have
any implementation of device destruction, but in principle we
need to keep hold of a pointer to the things we create.

-- PMM

Reply via email to