summaryrefslogtreecommitdiffstats
path: root/hw/fw_cfg.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini2012-12-191-0/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-8/+8
* add a boot parameter to set reboot timeoutAmos Kong2012-09-251-0/+25
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-9/+11
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-12/+21
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-2/+2
* fw_cfg: convert to memory APIAvi Kivity2011-11-241-45/+65
* fw_cfg: Use g_file_get_contents instead of multiple fread() callsPavel Borzenkov2011-11-011-64/+38
* fw_cfg: fix crash if FW_CFG_WRITE_CHANNEL is used incorrectlyBlue Swirl2011-09-041-1/+2
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-8/+8
* Check fread() results to avoid gcc 4.6 warningsDavid Gibson2011-08-051-0/+13
* showing a splash picture when startwayne2011-07-291-1/+139
* notifier: Pass data argument to callbackJan Kiszka2011-07-231-1/+1
* Pass boot device list to firmware.Gleb Natapov2010-12-111-0/+14
* Change fw_cfg_add_file() to get full file path as a parameter.Gleb Natapov2010-12-111-12/+4
* Add endianness as io mem parameterAlexander Graf2010-12-111-2/+4
* fw_cfg: convert to qdevBlue Swirl2010-06-271-20/+60
* spelling typo (compatibilty) in hw/fw_cfg.cVagrant Cascadian2010-03-141-1/+1
* fw_cfg: don't use reserved _ prefixBlue Swirl2010-02-071-2/+2
* fw_cfg: rom loader tweaks.Gerd Hoffmann2010-01-111-7/+11
* fw_cfg: add API for file transfer.Gerd Hoffmann2009-12-181-0/+43
* fw_cfg: make calls typesafeGerd Hoffmann2009-12-181-14/+12
* Add "static" to please SparseBlue Swirl2009-12-041-1/+1
* fw_cfg: change cur_offset to 32 bitsJuan Quintela2009-11-171-5/+39
* sparc32 (mostly): remove unneeded calls to device resetBlue Swirl2009-11-071-1/+0
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-4/+4
* Get rid of _t suffixmalc2009-10-011-4/+4
* vmstate: port fw_cfg deviceJuan Quintela2009-09-111-21/+12
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-4/+4
* Introduce -smp , maxcpus= flag to specify maximum number of CPUS.Jes Sorensen2009-07-271-0/+1
* Add boot menu control via command line switchJan Kiszka2009-07-161-0/+1
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-2/+2
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Refactor how display drivers are selectedAnthony Liguori2009-05-211-1/+1
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-3/+3
* Don't try to return result from a void function (spotted by Sparse)blueswir12009-04-071-2/+2
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-8/+0
* Allow to register a callback with fw_cfg_add_callback()blueswir12008-12-111-2/+4
* Move nographic export to sysemu.hblueswir12008-10-041-1/+0
* Add common keys to firmware configurationblueswir12008-09-181-0/+4
* Add UUID to firmware configuration info (Gleb Natapov)blueswir12008-09-181-0/+2
* Key/value based qemu<->guest firmware communication mechanism (Gleb Natapov)blueswir12008-09-181-0/+289
OpenPOWER on IntegriCloud