aboutsummaryrefslogtreecommitdiff
path: root/hw/fw_cfg.c
AgeCommit message (Expand)Author
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity
2011-11-24fw_cfg: convert to memory APIAvi Kivity
2011-11-01fw_cfg: Use g_file_get_contents instead of multiple fread() callsPavel Borzenkov
2011-09-04fw_cfg: fix crash if FW_CFG_WRITE_CHANNEL is used incorrectlyBlue Swirl
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-05Check fread() results to avoid gcc 4.6 warningsDavid Gibson
2011-07-29showing a splash picture when startwayne
2011-07-23notifier: Pass data argument to callbackJan Kiszka
2010-12-11Pass boot device list to firmware.Gleb Natapov
2010-12-11Change fw_cfg_add_file() to get full file path as a parameter.Gleb Natapov
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-06-27fw_cfg: convert to qdevBlue Swirl
2010-03-14spelling typo (compatibilty) in hw/fw_cfg.cVagrant Cascadian
2010-02-07fw_cfg: don't use reserved _ prefixBlue Swirl
2010-01-11fw_cfg: rom loader tweaks.Gerd Hoffmann
2009-12-18fw_cfg: add API for file transfer.Gerd Hoffmann
2009-12-18fw_cfg: make calls typesafeGerd Hoffmann
2009-12-04Add "static" to please SparseBlue Swirl
2009-11-17fw_cfg: change cur_offset to 32 bitsJuan Quintela
2009-11-07sparc32 (mostly): remove unneeded calls to device resetBlue Swirl
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11vmstate: port fw_cfg deviceJuan Quintela
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-27Introduce -smp , maxcpus= flag to specify maximum number of CPUS.Jes Sorensen
2009-07-16Add boot menu control via command line switchJan Kiszka
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-22Introduce reset notifier orderJan Kiszka
2009-05-21Refactor how display drivers are selectedAnthony Liguori
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-04-07Don't try to return result from a void function (spotted by Sparse)blueswir1
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2008-12-11Allow to register a callback with fw_cfg_add_callback()blueswir1
2008-10-04Move nographic export to sysemu.hblueswir1
2008-09-18Add common keys to firmware configurationblueswir1
2008-09-18Add UUID to firmware configuration info (Gleb Natapov)blueswir1
2008-09-18Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov)blueswir1