On 19/06/2015 12:03, Andreas Färber wrote:
> Am 27.05.2015 um 20:20 schrieb Andreas Färber:
>> From: "Daniel P. Berrange" <berra...@redhat.com>
>>
>> Some types of object must be created before chardevs, other types of
>> object must be created after chardevs. As such there is no option but
>> to create objects in two phases.
>>
>> This takes the decision to create as many object types as possible
>> right away before anyother backends are created, and only delay
>> creation of those few which have an explicit dependency on the
>> chardevs. Hopefully the set which need delaying will remain small
>> over time.
>>
>> Signed-off-by: Daniel P. Berrange <berra...@redhat.com>
>> Reviewed-by: Paolo Bonzini <pbonz...@redhat.com>
>> Signed-off-by: Andreas Färber <afaer...@suse.de>
>> ---
>>  vl.c | 40 +++++++++++++++++++++++++++++++++++++++-
>>  1 file changed, 39 insertions(+), 1 deletion(-)
> 
> Rebasing my queue, I needed the attached changes to make it apply and
> build. Second pairs of eyes welcome.

Looks good.

Paolo

Reply via email to