qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] ModuleEntry field type not used


From: Chen Yufei
Subject: [Qemu-devel] ModuleEntry field type not used
Date: Tue, 6 Mar 2012 16:17:33 +0800

In module.c

    typedef struct ModuleEntry
    {
        module_init_type type;
        void (*init)(void);
        QTAILQ_ENTRY(ModuleEntry) node;
    } ModuleEntry;



The field `type` is not set in `register_module_init`. As different types of 
modules use their own list, I guess this field is no long being used, and I 
have no problem compiling qemu after deleting this filed.

--
Best regards,
Chen Yufei





reply via email to

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