]> Git Repo - qemu.git/commit - rules.mak
Constructor support
authorAnthony Liguori <[email protected]>
Thu, 14 May 2009 18:29:53 +0000 (19:29 +0100)
committerPaul Brook <[email protected]>
Thu, 14 May 2009 18:29:53 +0000 (19:29 +0100)
commit0bfe3ca51ebddbf2cc099fa34f359bd1ac4f65e6
tree55e9fe69186e0c403be34ed30bbcb60416ec617f
parent70ec5dc0afa5cb4cc0c1fafc844c01973fcde8c3
Constructor support

Allow devices/drivers to register themselves via constructors.
Destructors are not needed (can be registered from a constructor)
and "priority" has been renamed and changed to an enum for clarity.

Signed-off-by: Paul Brook <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
Makefile
Makefile.target
module.c [new file with mode: 0644]
module.h [new file with mode: 0644]
qemu-common.h
rules.mak
This page took 0.024617 seconds and 4 git commands to generate.