qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v8 5/9] module: implement module loading functio


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v8 5/9] module: implement module loading function
Date: Fri, 13 Sep 2013 12:02:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8

Il 13/09/2013 11:56, Alex Bligh ha scritto:
> 
> On 13 Sep 2013, at 09:38, Fam Zheng wrote:
> 
>> Added three types of modules:
>>
>>    typedef enum {
>>        MODULE_LOAD_BLOCK = 0,
>>        MODULE_LOAD_UI,
>>        MODULE_LOAD_NET,
>>        MODULE_LOAD_MAX,
>>    } module_load_type;
>>
>> and their loading function:
> 
> What is the advantage of this enum and having
> different types of module at all? If they are
> all built together, why can't they all live
> together in the same directory?
> 
> Seems like an overcomplication.

At least block have to be separate, since qemu-img and friends do not
have the symbols needed by ui, network and hardware modules.

Paolo



reply via email to

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