* [Qemu-devel] ModuleEntry field type not used
@ 2012-03-06 8:17 Chen Yufei
0 siblings, 0 replies; only message in thread
From: Chen Yufei @ 2012-03-06 8:17 UTC (permalink / raw)
To: qemu-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-03-06 8:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06 8:17 [Qemu-devel] ModuleEntry field type not used Chen Yufei
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).