aboutsummaryrefslogtreecommitdiffstats
path: root/hw/fw_cfg.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-4/+4
2009-07-27Introduce -smp , maxcpus= flag to specify maximum number of CPUS.Jes Sorensen1-0/+1
2009-07-16Add boot menu control via command line switchJan Kiszka1-0/+1
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-2/+2
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-05-21Refactor how display drivers are selectedAnthony Liguori1-1/+1
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