qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC] Introduce module API to QEMU


From: Paul Brook
Subject: Re: [Qemu-devel] [RFC] Introduce module API to QEMU
Date: Fri, 3 Apr 2009 11:35:32 +0000
User-agent: KMail/1.9.9

> This patch introduces a module API similar to what's in the Linux kernel. 
> This includes module_init/module_exit functions that register functions
> that are run at init and exit respectively.

Wouldn't it be much simpler to just have a list of device names, and assume 
the each device is implemented in $devicename., and provides 
$devicename_register ?

It's then an extremely simple shell script to collate and call these.

Paul




reply via email to

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