]> git.proxmox.com Git - qemu.git/history - hw/fw_cfg.c
Make CPURead/WriteFunc structure 'const'
[qemu.git] / hw / fw_cfg.c
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...