Convert machine registration to use module init functions
[qemu] / hw / fw_cfg.c
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-04-07 blueswir1Don't try to return result from a void function (spotte...
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2008-12-11 blueswir1Allow to register a callback with fw_cfg_add_callback()
2008-10-04 blueswir1Move nographic export to sysemu.h
2008-09-18 blueswir1Add common keys to firmware configuration
2008-09-18 blueswir1Add UUID to firmware configuration info (Gleb Natapov)
2008-09-18 blueswir1Key/value based qemu<->guest firmware communication...