aboutsummaryrefslogtreecommitdiffstats
path: root/hw/fw_cfg.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-3/+3
2009-04-07Don't try to return result from a void function (spotted by Sparse)blueswir11-2/+2
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-8/+0
2008-12-11Allow to register a callback with fw_cfg_add_callback()blueswir11-2/+4
2008-10-04Move nographic export to sysemu.hblueswir11-1/+0
2008-09-18Add common keys to firmware configurationblueswir11-0/+4
2008-09-18Add UUID to firmware configuration info (Gleb Natapov)blueswir11-0/+2
2008-09-18Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov)blueswir11-0/+289