Statistics
| Branch: | Revision:

root / qemu-user.c @ 80465e80

History | View | Annotate | Download (993 Bytes)

# Date Author Comment
ce008c1f 03/13/2012 08:23 pm Andreas Färber

qom: Add QOM support to user emulators

Link the Object base class and the module infrastructure for class
registration. Introduce $(universal-obj-y) for objects that are more
common than $(common-obj-y), so that those only get built once.

Call QOM module init for type registration....