]> git.proxmox.com Git - qemu.git/history - hw/fw_cfg.c
list MST as pci layer maintainer
[qemu.git] / hw / fw_cfg.c
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...