aboutsummaryrefslogtreecommitdiffstats
path: root/hw/fw_cfg.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-9/+11
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-12/+21
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-2/+2
2011-11-24fw_cfg: convert to memory APIAvi Kivity1-45/+65
2011-11-01fw_cfg: Use g_file_get_contents instead of multiple fread() callsPavel Borzenkov1-64/+38
2011-09-04fw_cfg: fix crash if FW_CFG_WRITE_CHANNEL is used incorrectlyBlue Swirl1-1/+2
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-8/+8
2011-08-05Check fread() results to avoid gcc 4.6 warningsDavid Gibson1-0/+13
2011-07-29showing a splash picture when startwayne1-1/+139
2011-07-23notifier: Pass data argument to callbackJan Kiszka1-1/+1
2010-12-11Pass boot device list to firmware.Gleb Natapov1-0/+14
2010-12-11Change fw_cfg_add_file() to get full file path as a parameter.Gleb Natapov1-12/+4
2010-12-11Add endianness as io mem parameterAlexander Graf1-2/+4
2010-06-27fw_cfg: convert to qdevBlue Swirl1-20/+60
2010-03-14spelling typo (compatibilty) in hw/fw_cfg.cVagrant Cascadian1-1/+1
2010-02-07fw_cfg: don't use reserved _ prefixBlue Swirl1-2/+2
2010-01-11fw_cfg: rom loader tweaks.Gerd Hoffmann1-7/+11
2009-12-18fw_cfg: add API for file transfer.Gerd Hoffmann1-0/+43
2009-12-18fw_cfg: make calls typesafeGerd Hoffmann1-14/+12
2009-12-04Add "static" to please SparseBlue Swirl1-1/+1
2009-11-17fw_cfg: change cur_offset to 32 bitsJuan Quintela1-5/+39
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl1-1/+0
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-4/+4
2009-10-01Get rid of _t suffixmalc1-4/+4
2009-09-11vmstate: port fw_cfg deviceJuan Quintela1-21/+12
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