Constructor support
authorAnthony Liguori <aliguori@us.ibm.com>
Thu, 14 May 2009 18:29:53 +0000 (19:29 +0100)
committerPaul Brook <paul@codesourcery.com>
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 <paul@codesourcery.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile
Makefile.target
module.c [new file with mode: 0644]
module.h [new file with mode: 0644]
qemu-common.h
rules.mak