[Top][All Lists]
[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
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, (continued)
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, malc, 2009/04/03
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, M. Warner Losh, 2009/04/03
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, M. Warner Losh, 2009/04/03
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, Anthony Liguori, 2009/04/03
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, Kevin Wolf, 2009/04/03
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, malc, 2009/04/03
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, Mark McLoughlin, 2009/04/03
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, Avi Kivity, 2009/04/03
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU,
Paul Brook <=
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, Anthony Liguori, 2009/04/03
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, Paul Brook, 2009/04/03
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, Anthony Liguori, 2009/04/03
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, Anthony Liguori, 2009/04/03
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, Paul Brook, 2009/04/03
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, Avi Kivity, 2009/04/03
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, Anthony Liguori, 2009/04/03
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, Blue Swirl, 2009/04/03
- Re: [Qemu-devel] [RFC] Introduce module API to QEMU, Daniel Jacobowitz, 2009/04/03