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: Alex Bligh
Subject: Re: [Qemu-devel] [PATCH v8 5/9] module: implement module loading function
Date: Fri, 13 Sep 2013 10:56:07 +0100

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.

-- 
Alex Bligh







reply via email to

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