]> git.proxmox.com Git - qemu.git/history - hw/fw_cfg.c
user: Restore debug usage message for '-d ?' in user mode emulation
[qemu.git] / hw / fw_cfg.c
2011-07-23 Jan Kiszkanotifier: Pass data argument to callback
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Gleb NatapovPass boot device list to firmware.
2010-12-11 Gleb NatapovChange fw_cfg_add_file() to get full file path as a...
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2010-06-27 Blue Swirlfw_cfg: convert to qdev
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-14 Vagrant Cascadianspelling typo (compatibilty) in hw/fw_cfg.c
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-07 Blue Swirlfw_cfg: don't use reserved _ prefix
2010-01-11 Gerd Hoffmannfw_cfg: rom loader tweaks.
2009-12-18 Gerd Hoffmannfw_cfg: add API for file transfer.
2009-12-18 Gerd Hoffmannfw_cfg: make calls typesafe
2009-12-04 Blue SwirlAdd "static" to please Sparse
2009-11-17 Juan Quintelafw_cfg: change cur_offset to 32 bits
2009-11-07 Blue Swirlsparc32 (mostly): remove unneeded calls to device reset
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-11 Juan Quintelavmstate: port fw_cfg device
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-07-27 Jes SorensenIntroduce -smp , maxcpus= flag to specify maximum numbe...
2009-07-16 Jan KiszkaAdd boot menu control via command line switch
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-05-22 Anthony LiguoriRefactor how display drivers are selected
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-04-07 blueswir1Don't try to return result from a void function (spotte...
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2008-12-11 blueswir1Allow to register a callback with fw_cfg_add_callback()
2008-10-04 blueswir1Move nographic export to sysemu.h
2008-09-18 blueswir1Add common keys to firmware configuration
2008-09-18 blueswir1Add UUID to firmware configuration info (Gleb Natapov)
2008-09-18 blueswir1Key/value based qemu<->guest firmware communication...