qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] qom: Introduce object_realize_nofail()


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v2] qom: Introduce object_realize_nofail()
Date: Fri, 13 Apr 2012 16:25:39 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

Il 13/04/2012 16:21, Andreas Färber ha scritto:
> Am 13.04.2012 16:08, schrieb Paolo Bonzini:
>> Il 13/04/2012 16:06, Andreas Färber ha scritto:
>>> I'm still talking about the (pretty clear to me) graph that I posted.
>>> There, object A's init function creates a new qdev object - . Creating
>>> an object can fail - fatally or non-fatally.
>>>
>>> And yes, exactly my point, currently initfn (first stage) cannot fail,
>>> only the second stage (DeviceClass::init). Which is why I've been saying
>>> we'll need to refactor those "fake composition" usages first before we
>>> declare that we can defer qdev initialization to vl.c.
>>
>> But why should they fail?  This is what I also asked.  If instance-init
>> is deterministic, it will either always or never fail (besides cases
>> like memory allocation which cannot really be handled correctly).
> 
> Indeed I am thinking of trivial memory allocation for starters, yes.
> This is not just a theoretical issue as I have two such reports in my
> Bugzilla already.

Are they public?  Haven't we long agreed that exit(1) is the right thing
to do on OOM?

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]